Uses of Class
boofcv.alg.structure.PairwiseGraphUtils
Packages that use PairwiseGraphUtils
-
Uses of PairwiseGraphUtils in boofcv.alg.structure
Fields in boofcv.alg.structure declared as PairwiseGraphUtilsModifier and TypeFieldDescriptionInitializeCommonMetric.utils
Common algorithms for reconstructing the projective sceneInitializeCommonProjective.utils
Common algorithms for reconstructing the projective sceneprotected PairwiseGraphUtils
ReconstructionFromPairwiseGraph.utils
Constructors in boofcv.alg.structure with parameters of type PairwiseGraphUtilsModifierConstructorDescriptionprotected
-
Uses of PairwiseGraphUtils in boofcv.alg.structure.expand
Fields in boofcv.alg.structure.expand declared as PairwiseGraphUtilsModifier and TypeFieldDescriptionExpandByOneView.utils
Common algorithms for reconstructing the projective sceneMethods in boofcv.alg.structure.expand with parameters of type PairwiseGraphUtilsModifier and TypeMethodDescriptionvoid
EstimateViewUtils.copyToSolution
(PairwiseGraphUtils pairwiseUtils, MetricExpandByOneView.Solution solution) Copies the found parameters for the new view into the 'solution' object providedvoid
EstimateViewUtils.initialize
(boolean knownView3, SceneWorkingGraph workGraph, PairwiseGraphUtils pairwiseUtils) Initializes data structures for when a new view is being processed.boolean
EstimateViewKnownCalibration.process
(PairwiseGraphUtils pairwiseUtils, SceneWorkingGraph workGraph, MetricExpandByOneView.Solution solution) Estimates the pose of a view and which features are in its inlier set.boolean
EstimateViewSelfCalibrate.process
(PairwiseGraphUtils pairwiseUtils, SceneWorkingGraph workGraph, MetricExpandByOneView.Solution solution) Estimates the pose and intrinsics of a new view.boofcv.alg.structure.expand.EstimateViewUtils.RemoveResults
EstimateViewUtils.removedBadFeatures
(PairwiseGraphUtils utils, double fractionBadFeaturesRecover, @Nullable PrintStream verbose) Applies the physical constraints to identify bad image features. -
Uses of PairwiseGraphUtils in boofcv.alg.structure.spawn
Fields in boofcv.alg.structure.spawn declared as PairwiseGraphUtilsConstructors in boofcv.alg.structure.spawn with parameters of type PairwiseGraphUtilsModifierConstructorDescriptionMetricSpawnSceneFromView
(RefineMetricWorkingGraph refineWorking, PairwiseGraphUtils utils)