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.inliers
Specifies 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.InlierInfo
SceneWorkingGraph.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 TypeMethodDescriptiondouble
MetricFromUncalibratedPairwiseGraph.computeGeometricScore
(SceneWorkingGraph scene, SceneWorkingGraph.InlierInfo inlier) Estimates the quality of the geometry information contained in the inlier set.boolean
RefineMetricWorkingGraph.FilterInlierSet.keep
(SceneWorkingGraph.View view, SceneWorkingGraph.InlierInfo info) void
SceneWorkingGraph.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 void
MultiViewIO.loadInlierInfo
(List<Object> list, PairwiseImageGraph pairwise, DogArray<SceneWorkingGraph.InlierInfo> listInliers) MultiViewIO.putInlierInfo
(FastAccess<SceneWorkingGraph.InlierInfo> listInliers)