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 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
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 TypeClassDescriptionclass
Wrapper aroundHomographyDirectLinearTransform
forEstimate1ofEpipolar
.class
Wrapper aroundHomographyTotalLeastSquares
forEstimate1ofEpipolar
. -
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 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.