Uses of Interface
boofcv.abst.geo.Estimate1ofEpipolar
Packages that use Estimate1ofEpipolar
Package
Description
-
Uses of Estimate1ofEpipolar in boofcv.abst.geo.f
Classes in boofcv.abst.geo.f that implement Estimate1ofEpipolarModifier and TypeClassDescriptionclassImplementation ofGeoModelEstimatorNto1for epipolar matrices given observations in 2D, i.e.classWrapper around eitherFundamentalLinear8forEstimate1ofEpipolar. -
Uses of Estimate1ofEpipolar in boofcv.abst.geo.fitting
Constructors in boofcv.abst.geo.fitting with parameters of type Estimate1ofEpipolar -
Uses of Estimate1ofEpipolar in boofcv.abst.geo.h
Classes in boofcv.abst.geo.h that implement Estimate1ofEpipolarModifier and TypeClassDescriptionclassWrapper aroundHomographyDirectLinearTransformforEstimate1ofEpipolar.classWrapper aroundHomographyTotalLeastSquaresforEstimate1ofEpipolar. -
Uses of Estimate1ofEpipolar in boofcv.abst.geo.pose
Constructors in boofcv.abst.geo.pose with parameters of type Estimate1ofEpipolar -
Uses of Estimate1ofEpipolar in boofcv.alg.fiducial.aztec
Fields in boofcv.alg.fiducial.aztec declared as Estimate1ofEpipolar -
Uses of Estimate1ofEpipolar in boofcv.alg.geo.pose
Constructors in boofcv.alg.geo.pose with parameters of type Estimate1ofEpipolarModifierConstructorDescriptionPnPInfinitesimalPlanePoseEstimation(Estimate1ofEpipolar estimateHomography) -
Uses of Estimate1ofEpipolar in boofcv.alg.geo.robust
Constructors in boofcv.alg.geo.robust with parameters of type Estimate1ofEpipolarModifierConstructorDescriptionSe3FromEssentialGenerator(Estimate1ofEpipolar computeEssential, Triangulate2ViewsMetricH triangulate) Specifies how the essential matrix is computed -
Uses of Estimate1ofEpipolar in boofcv.factory.geo
Methods in boofcv.factory.geo that return Estimate1ofEpipolarModifier and TypeMethodDescriptionstatic Estimate1ofEpipolarFactoryMultiView.essential_1(EnumEssential which, int numRemoveAmbiguity) static Estimate1ofEpipolarFactoryMultiView.fundamental_1(EnumFundamental which, int numRemoveAmbiguity) Similar toFactoryMultiView.fundamental_N(boofcv.factory.geo.EnumFundamental), but it returns only a single hypothesis.