Uses of Class
boofcv.alg.structure.SceneWorkingGraph.View
-
Uses of SceneWorkingGraph.View in boofcv.alg.structure
Modifier and TypeFieldDescriptionMetricMergeScenes.CommonView.dst
SceneMergingOperations.SelectedViews.dst
MetricMergeScenes.CommonView.src
SceneMergingOperations.SelectedViews.src
SceneWorkingGraph.Observation.view
Modifier and TypeFieldDescriptionfinal List<SceneWorkingGraph.View>
SceneMergingOperations.duplicateViews
Views which were both src and dstfinal List<SceneWorkingGraph.View>
SceneWorkingGraph.listViews
final List<SceneWorkingGraph.View>
SceneMergingOperations.mergedViews
Views that were in src but were either added or already existed in dstfinal Map<String,
SceneWorkingGraph.View> SceneWorkingGraph.views
List of all views in the scene graph.Modifier and TypeMethodDescriptionSceneWorkingGraph.addView
(PairwiseImageGraph.View pview, SceneWorkingGraph.Camera camera) Adds a new view to the graph.SceneWorkingGraph.lookupView
(String id) Modifier and TypeMethodDescriptionboolean
MetricSanityChecks.checkPhysicalConstraints
(LookUpSimilarImages dbSimilar, SceneWorkingGraph scene, SceneWorkingGraph.View wview, int setIdx) Checks physical constraints for one inlier set in aSceneWorkingGraph
.boolean
SceneMergingOperations.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) boolean
RefineMetricWorkingGraph.FilterInlierSet.keep
(SceneWorkingGraph.View view, SceneWorkingGraph.InlierInfo info) void
SelectNeighborsAroundView.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.void
MetricMergeScenes.CommonView.setTo
(SceneWorkingGraph.View src, SceneWorkingGraph.View dst, double score) void
SceneWorkingGraph.View.setTo
(SceneWorkingGraph.View src) Modifier and TypeMethodDescriptionvoid
RefineMetricGraphSubset.setSubset
(SceneWorkingGraph src, List<SceneWorkingGraph.View> srcViews) Creates a subset of the scene using the provided views.