Uses of Interface
boofcv.abst.geo.Triangulate2ViewsMetric
Package
Description
-
Uses of Triangulate2ViewsMetric in boofcv.abst.geo.triangulate
Modifier and TypeClassDescriptionclass
Wrapper aroundPixelDepthLinearMetric
forTriangulate2ViewsMetric
.class
Wrapper aroundTriangulate2ViewsGeometricMetric
forTriangulate2ViewsMetric
.class
Wrapper aroundTriangulateMetricLinearDLT
forTriangulate2ViewsMetric
. -
Uses of Triangulate2ViewsMetric in boofcv.alg.geo
-
Uses of Triangulate2ViewsMetric in boofcv.alg.geo.robust
ModifierConstructorDescriptionSelectBestStereoTransform
(Triangulate2ViewsMetric triangulate) Specifies how the essential matrix is computed -
Uses of Triangulate2ViewsMetric in boofcv.alg.geo.selfcalib
Modifier and TypeFieldDescriptionTwoViewToCalibratingHomography.triangulate
used to triangulate feature locations when checking a solution -
Uses of Triangulate2ViewsMetric in boofcv.alg.sfm.d3
ModifierConstructorDescriptionVisOdomDualTrackPnP
(double epilolarTol, PointTracker<T> trackerLeft, PointTracker<T> trackerRight, DescribePointRadiusAngle<T, TD> describe, AssociateDescription2D<TD> assocL2R, Triangulate2ViewsMetric triangulate2, ModelMatcher<Se3_F64, Stereo2D3D> matcher, @Nullable ModelFitter<Se3_F64, Stereo2D3D> modelRefiner) Specifies internal algorithms and parametersVisOdomStereoQuadPnP
(DetectDescribePoint<T, TD> detector, AssociateDescription2D<TD> assocF2F, AssociateDescription2D<TD> assocL2R, Triangulate2ViewsMetric triangulate, ModelMatcher<Se3_F64, Stereo2D3D> matcher, @Nullable ModelFitter<Se3_F64, Stereo2D3D> modelRefiner) Specifies internal algorithms -
Uses of Triangulate2ViewsMetric in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic Triangulate2ViewsMetric
FactoryMultiView.triangulate2ViewMetric
(@Nullable ConfigTriangulation config) Triangulate two view using the Discrete Linear Transform (DLT) with a calibrated camera.