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.utilsCommon algorithms for reconstructing the projective sceneInitializeCommonProjective.utilsCommon algorithms for reconstructing the projective sceneprotected PairwiseGraphUtilsReconstructionFromPairwiseGraph.utilsConstructors 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.utilsCommon algorithms for reconstructing the projective sceneMethods in boofcv.alg.structure.expand with parameters of type PairwiseGraphUtilsModifier and TypeMethodDescriptionvoidEstimateViewUtils.copyToSolution(PairwiseGraphUtils pairwiseUtils, MetricExpandByOneView.Solution solution) Copies the found parameters for the new view into the 'solution' object providedvoidEstimateViewUtils.initialize(boolean knownView3, SceneWorkingGraph workGraph, PairwiseGraphUtils pairwiseUtils) Initializes data structures for when a new view is being processed.booleanEstimateViewKnownCalibration.process(PairwiseGraphUtils pairwiseUtils, SceneWorkingGraph workGraph, MetricExpandByOneView.Solution solution) Estimates the pose of a view and which features are in its inlier set.booleanEstimateViewSelfCalibrate.process(PairwiseGraphUtils pairwiseUtils, SceneWorkingGraph workGraph, MetricExpandByOneView.Solution solution) Estimates the pose and intrinsics of a new view.boofcv.alg.structure.expand.EstimateViewUtils.RemoveResultsEstimateViewUtils.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)