Uses of Class
boofcv.alg.structure.SceneWorkingGraph.InlierInfo
Packages that use SceneWorkingGraph.InlierInfo
-
Uses of SceneWorkingGraph.InlierInfo in boofcv.alg.structure
Fields in boofcv.alg.structure with type parameters of type SceneWorkingGraph.InlierInfoModifier and TypeFieldDescriptionSceneWorkingGraph.View.inliersSpecifies which observations were used to compute the projective transform for this view If empty that means one set of inliers are used for multiple views and only one view needed this to be saved this happens for the seed viewMethods in boofcv.alg.structure that return SceneWorkingGraph.InlierInfoModifier and TypeMethodDescription@Nullable SceneWorkingGraph.InlierInfoSceneWorkingGraph.View.getBestInliers()Returns the inlier set with the best score.PairwiseGraphUtils.saveRansacInliers(SceneWorkingGraph.View view, DogArray_I32 inlierIdx) Saves which features were used as inliers.Methods in boofcv.alg.structure with parameters of type SceneWorkingGraph.InlierInfoModifier and TypeMethodDescriptiondoubleMetricFromUncalibratedPairwiseGraph.computeGeometricScore(SceneWorkingGraph scene, SceneWorkingGraph.InlierInfo inlier) Estimates the quality of the geometry information contained in the inlier set.booleanRefineMetricWorkingGraph.FilterInlierSet.keep(SceneWorkingGraph.View view, SceneWorkingGraph.InlierInfo info) voidSceneWorkingGraph.InlierInfo.setTo(SceneWorkingGraph.InlierInfo src) -
Uses of SceneWorkingGraph.InlierInfo in boofcv.io.geo
Method parameters in boofcv.io.geo with type arguments of type SceneWorkingGraph.InlierInfoModifier and TypeMethodDescriptionstatic voidMultiViewIO.loadInlierInfo(List<Object> list, PairwiseImageGraph pairwise, DogArray<SceneWorkingGraph.InlierInfo> listInliers) MultiViewIO.putInlierInfo(FastAccess<SceneWorkingGraph.InlierInfo> listInliers)