Uses of Interface
boofcv.abst.geo.Triangulate2ViewsMetricH
Package
Description
-
Uses of Triangulate2ViewsMetricH in boofcv.abst.geo.triangulate
Modifier and TypeClassDescriptionclass
Wrapper aroundTriangulate2ViewsGeometricMetric
forTriangulate2ViewsMetric
.class
Wrapper aroundTriangulateMetricLinearDLT
forTriangulate2ViewsMetric
. -
Uses of Triangulate2ViewsMetricH in boofcv.alg.geo
ModifierConstructorDescriptionPositiveDepthConstraintCheckH
(Triangulate2ViewsMetricH triangulate) -
Uses of Triangulate2ViewsMetricH in boofcv.alg.geo.robust
ModifierConstructorDescriptionDistanceSe3SymmetricSq
(Triangulate2ViewsMetricH triangulator) Configure distance calculation.Se3FromEssentialGenerator
(Estimate1ofEpipolar computeEssential, Triangulate2ViewsMetricH triangulate) Specifies how the essential matrix is computedSelectBestStereoTransformH
(Triangulate2ViewsMetricH triangulate) Specifies how the essential matrix is computed -
Uses of Triangulate2ViewsMetricH in boofcv.alg.geo.trifocal
Modifier and TypeFieldDescriptionprotected Triangulate2ViewsMetricH
ResolveThreeViewScaleAmbiguity.triangulate
ModifierConstructorDescriptionResolveThreeViewScaleAmbiguity
(Triangulate2ViewsMetricH triangulate) -
Uses of Triangulate2ViewsMetricH in boofcv.alg.structure.expand
Modifier and TypeFieldDescriptionEstimateViewKnownCalibration.triangulate2
Triangulate from the two known views -
Uses of Triangulate2ViewsMetricH in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic Triangulate2ViewsMetricH
FactoryMultiView.triangulate2ViewMetricH
(@Nullable ConfigTriangulation config) Triangulate two view using the Discrete Linear Transform (DLT) with a calibrated camera.