Uses of Interface
boofcv.abst.geo.Triangulate2ViewsMetricH
Packages that use Triangulate2ViewsMetricH
Package
Description
-
Uses of Triangulate2ViewsMetricH in boofcv.abst.geo.triangulate
Classes in boofcv.abst.geo.triangulate that implement Triangulate2ViewsMetricHModifier and TypeClassDescriptionclass
Wrapper aroundTriangulate2ViewsGeometricMetric
forTriangulate2ViewsMetric
.class
Wrapper aroundTriangulateMetricLinearDLT
forTriangulate2ViewsMetric
. -
Uses of Triangulate2ViewsMetricH in boofcv.alg.geo
Constructors in boofcv.alg.geo with parameters of type Triangulate2ViewsMetricHModifierConstructorDescriptionPositiveDepthConstraintCheckH
(Triangulate2ViewsMetricH triangulate) -
Uses of Triangulate2ViewsMetricH in boofcv.alg.geo.robust
Constructors in boofcv.alg.geo.robust with parameters of type Triangulate2ViewsMetricHModifierConstructorDescriptionDistanceSe3SymmetricSq
(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
Fields in boofcv.alg.geo.trifocal declared as Triangulate2ViewsMetricHModifier and TypeFieldDescriptionprotected Triangulate2ViewsMetricH
ResolveThreeViewScaleAmbiguity.triangulate
Constructors in boofcv.alg.geo.trifocal with parameters of type Triangulate2ViewsMetricHModifierConstructorDescriptionResolveThreeViewScaleAmbiguity
(Triangulate2ViewsMetricH triangulate) -
Uses of Triangulate2ViewsMetricH in boofcv.alg.structure.expand
Fields in boofcv.alg.structure.expand declared as Triangulate2ViewsMetricHModifier and TypeFieldDescriptionEstimateViewKnownCalibration.triangulate2
Triangulate from the two known views -
Uses of Triangulate2ViewsMetricH in boofcv.factory.geo
Methods in boofcv.factory.geo that return Triangulate2ViewsMetricHModifier and TypeMethodDescriptionstatic Triangulate2ViewsMetricH
FactoryMultiView.triangulate2ViewMetricH
(@Nullable ConfigTriangulation config) Triangulate two view using the Discrete Linear Transform (DLT) with a calibrated camera.