Uses of Interface
boofcv.abst.geo.Triangulate2PointingMetricH
Packages that use Triangulate2PointingMetricH
Package
Description
-
Uses of Triangulate2PointingMetricH in boofcv.abst.geo.triangulate
Classes in boofcv.abst.geo.triangulate that implement Triangulate2PointingMetricHModifier and TypeClassDescriptionclassWrapper aroundTriangulate2ViewsGeometricMetricforTriangulate2PointingMetricH.classWrapper aroundTriangulateMetricLinearDLTforTriangulate2ViewsMetric. -
Uses of Triangulate2PointingMetricH in boofcv.alg.geo
Constructors in boofcv.alg.geo with parameters of type Triangulate2PointingMetricHModifierConstructorDescription -
Uses of Triangulate2PointingMetricH in boofcv.alg.geo.robust
Constructors in boofcv.alg.geo.robust with parameters of type Triangulate2PointingMetricHModifierConstructorDescriptionDistanceSe3SymmetricSqPointing(Triangulate2PointingMetricH triangulator) Configure distance calculation.Se3FromEssentialPointingGenerator(Estimate1ofEpipolarPointing computeEssential, Triangulate2PointingMetricH triangulate) Specifies how the essential matrix is computedSpecifies how the essential matrix is computed -
Uses of Triangulate2PointingMetricH in boofcv.factory.geo
Methods in boofcv.factory.geo that return Triangulate2PointingMetricHModifier and TypeMethodDescriptionstatic Triangulate2PointingMetricHFactoryMultiView.triangulate2PointingMetricH(@Nullable ConfigTriangulation config) Triangulate a point in homogeneous coordinates using two pointing vector observations.