Uses of Class
boofcv.alg.structure.SceneWorkingGraph.View
Packages that use SceneWorkingGraph.View
-
Uses of SceneWorkingGraph.View in boofcv.alg.structure
Fields in boofcv.alg.structure declared as SceneWorkingGraph.ViewModifier and TypeFieldDescriptionMetricMergeScenes.CommonView.dstSceneMergingOperations.SelectedViews.dstMetricMergeScenes.CommonView.srcSceneMergingOperations.SelectedViews.srcSceneWorkingGraph.Observation.viewFields in boofcv.alg.structure with type parameters of type SceneWorkingGraph.ViewModifier and TypeFieldDescriptionfinal List<SceneWorkingGraph.View>SceneMergingOperations.duplicateViewsViews which were both src and dstfinal List<SceneWorkingGraph.View>SceneWorkingGraph.listViewsfinal List<SceneWorkingGraph.View>SceneMergingOperations.mergedViewsViews that were in src but were either added or already existed in dstfinal Map<String,SceneWorkingGraph.View> SceneWorkingGraph.viewsList of all views in the scene graph.Methods in boofcv.alg.structure that return SceneWorkingGraph.ViewModifier and TypeMethodDescriptionSceneWorkingGraph.addView(PairwiseImageGraph.View pview, SceneWorkingGraph.Camera camera) Adds a new view to the graph.SceneWorkingGraph.lookupView(String id) Methods in boofcv.alg.structure that return types with arguments of type SceneWorkingGraph.ViewMethods in boofcv.alg.structure with parameters of type SceneWorkingGraph.ViewModifier and TypeMethodDescriptionbooleanMetricSanityChecks.checkPhysicalConstraints(LookUpSimilarImages dbSimilar, SceneWorkingGraph scene, SceneWorkingGraph.View wview, int setIdx) Checks physical constraints for one inlier set in aSceneWorkingGraph.booleanSceneMergingOperations.computeSceneTransform(LookUpSimilarImages dbSimilar, SceneWorkingGraph src, SceneWorkingGraph dst, SceneWorkingGraph.View selectedSrc, SceneWorkingGraph.View selectedDst, ScaleSe3_F64 src_to_dst) Computes the transform between the two views in different scenes.SceneWorkingGraph.getViewCamera(SceneWorkingGraph.View v) booleanRefineMetricWorkingGraph.FilterInlierSet.keep(SceneWorkingGraph.View view, SceneWorkingGraph.InlierInfo info) voidSelectNeighborsAroundView.process(SceneWorkingGraph.View target, SceneWorkingGraph working) Computes a local graph with the view as a seed.PairwiseGraphUtils.saveRansacInliers(SceneWorkingGraph.View view, DogArray_I32 inlierIdx) Saves which features were used as inliers.voidMetricMergeScenes.CommonView.setTo(SceneWorkingGraph.View src, SceneWorkingGraph.View dst, double score) voidSceneWorkingGraph.View.setTo(SceneWorkingGraph.View src) Method parameters in boofcv.alg.structure with type arguments of type SceneWorkingGraph.ViewModifier and TypeMethodDescriptionvoidRefineMetricGraphSubset.setSubset(SceneWorkingGraph src, List<SceneWorkingGraph.View> srcViews) Creates a subset of the scene using the provided views.Constructors in boofcv.alg.structure with parameters of type SceneWorkingGraph.View