Uses of Interface
boofcv.abst.geo.RefineTriangulateMetric
Packages that use RefineTriangulateMetric
-
Uses of RefineTriangulateMetric in boofcv.abst.geo.triangulate
Classes in boofcv.abst.geo.triangulate that implement RefineTriangulateMetricModifier and TypeClassDescriptionclass
Nonlinear least-squares triangulation.Constructors in boofcv.abst.geo.triangulate with parameters of type RefineTriangulateMetricModifierConstructorDescriptionTriangulateThenRefineMetric
(TriangulateNViewsMetric estimator, RefineTriangulateMetric refiner) -
Uses of RefineTriangulateMetric in boofcv.factory.geo
Methods in boofcv.factory.geo that return RefineTriangulateMetricModifier and TypeMethodDescriptionstatic RefineTriangulateMetric
FactoryMultiView.triangulateRefineMetric
(ConfigConverge config) Refine the triangulation by computing the difference between predicted and actual pixel location.