Uses of Class
boofcv.alg.geo.selfcalib.MetricCameraTriple
Packages that use MetricCameraTriple
Package
Description
-
Uses of MetricCameraTriple in boofcv.abst.geo.selfcalib
Methods in boofcv.abst.geo.selfcalib with parameters of type MetricCameraTripleModifier and TypeMethodDescriptionbooleanGenerateMetricTripleFromProjective.generate(List<AssociatedTriple> observationTriple, MetricCameraTriple output) -
Uses of MetricCameraTriple in boofcv.alg.geo.selfcalib
Fields in boofcv.alg.geo.selfcalib declared as MetricCameraTripleModifier and TypeFieldDescriptionprotected MetricCameraTripleDistanceMetricTripleReprojection23.modelMethods in boofcv.alg.geo.selfcalib that return MetricCameraTripleMethods in boofcv.alg.geo.selfcalib that return types with arguments of type MetricCameraTripleMethods in boofcv.alg.geo.selfcalib with parameters of type MetricCameraTripleModifier and TypeMethodDescriptionvoidModelManagerMetricCameraTriple.copyModel(MetricCameraTriple src, MetricCameraTriple dst) voidResolveSignAmbiguityPositiveDepth.process(List<AssociatedTriple> observations, MetricCameraTriple result) Processes the results and observations to fix the signvoidDistanceMetricTripleReprojection23.setModel(MetricCameraTriple model) voidMetricCameraTriple.setTo(MetricCameraTriple src) -
Uses of MetricCameraTriple in boofcv.alg.structure
Fields in boofcv.alg.structure with type parameters of type MetricCameraTriple -
Uses of MetricCameraTriple in boofcv.factory.geo
Methods in boofcv.factory.geo that return types with arguments of type MetricCameraTripleModifier and TypeMethodDescriptionFactoryMultiViewRobust.metricThreeViewLmeds(@Nullable ConfigPixelsToMetric configSelfcalib, ConfigLMedS configLMedS) FactoryMultiViewRobust.metricThreeViewRansac(@Nullable ConfigPixelsToMetric configSelfcalib, ConfigRansac configRansac) Projective to metric self calibration from 3-viewsFactoryMultiView.selfCalibThree(@Nullable ConfigPixelsToMetric config) Three-view self calibration based on various methods.