Uses of Interface
boofcv.abst.geo.Estimate1ofEpipolar
Package
Description
-
Uses of Estimate1ofEpipolar in boofcv.abst.geo.f
Modifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimatorNto1
for epipolar matrices given observations in 2D, i.e.class
Wrapper around eitherFundamentalLinear8
forEstimate1ofEpipolar
. -
Uses of Estimate1ofEpipolar in boofcv.abst.geo.fitting
-
Uses of Estimate1ofEpipolar in boofcv.abst.geo.h
Modifier and TypeClassDescriptionclass
Wrapper aroundHomographyDirectLinearTransform
forEstimate1ofEpipolar
.class
Wrapper aroundHomographyTotalLeastSquares
forEstimate1ofEpipolar
. -
Uses of Estimate1ofEpipolar in boofcv.abst.geo.pose
-
Uses of Estimate1ofEpipolar in boofcv.alg.fiducial.aztec
-
Uses of Estimate1ofEpipolar in boofcv.alg.geo.pose
ModifierConstructorDescriptionPnPInfinitesimalPlanePoseEstimation
(Estimate1ofEpipolar estimateHomography) -
Uses of Estimate1ofEpipolar in boofcv.alg.geo.robust
ModifierConstructorDescriptionSe3FromEssentialGenerator
(Estimate1ofEpipolar computeEssential, Triangulate2ViewsMetricH triangulate) Specifies how the essential matrix is computed -
Uses of Estimate1ofEpipolar in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic Estimate1ofEpipolar
FactoryMultiView.essential_1
(EnumEssential which, int numRemoveAmbiguity) static Estimate1ofEpipolar
FactoryMultiView.fundamental_1
(EnumFundamental which, int numRemoveAmbiguity) Similar toFactoryMultiView.fundamental_N(boofcv.factory.geo.EnumFundamental)
, but it returns only a single hypothesis.