Uses of Class
boofcv.alg.structure.SceneWorkingGraph.InlierInfo
-
Uses of SceneWorkingGraph.InlierInfo in boofcv.alg.structure
Modifier 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 viewModifier 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.Modifier 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
Modifier and TypeMethodDescriptionstatic void
MultiViewIO.loadInlierInfo
(List<Object> list, PairwiseImageGraph pairwise, DogArray<SceneWorkingGraph.InlierInfo> listInliers) MultiViewIO.putInlierInfo
(FastAccess<SceneWorkingGraph.InlierInfo> listInliers)