Uses of Interface
boofcv.struct.geo.GeoModelEstimator1
Packages that use GeoModelEstimator1
Package
Description
-
Uses of GeoModelEstimator1 in boofcv.abst.geo
Subinterfaces of GeoModelEstimator1 in boofcv.abst.geoModifier and TypeInterfaceDescriptioninterface
Marker interface for estimating a single fundamental, essential, or homography matrix given a set of associated pairs.interface
Marker interface for estimating essential matrix or other 3x3 matrices from observations provided as 3D pointing vectors.interface
Marker interface for computing one solution to the Perspective N-Point (PnP) problem.interface
Interface for computing multiple solution to the Projective N-Point (PrNP) problem.interface
Marker interface for computing a singleTrifocalTensor
given a set ofAssociatedTriple
observations.Classes in boofcv.abst.geo that implement GeoModelEstimator1Modifier and TypeClassDescriptionclass
GeoModelEstimatorNto1<Model,
Point> Wrapper that allowsGeoModelEstimatorN
to be used as aGeoModelEstimator1
.Constructors in boofcv.abst.geo with parameters of type GeoModelEstimator1 -
Uses of GeoModelEstimator1 in boofcv.abst.geo.f
Classes in boofcv.abst.geo.f that implement GeoModelEstimator1Modifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimatorNto1
for epipolar matrices given observations in 2D, i.e.class
Implementation ofGeoModelEstimatorNto1
for epipolar matrices given observations as pointing vectors.class
Wrapper around eitherFundamentalLinear8
forEstimate1ofEpipolar
.Constructors in boofcv.abst.geo.f with parameters of type GeoModelEstimator1ModifierConstructorDescription -
Uses of GeoModelEstimator1 in boofcv.abst.geo.h
Classes in boofcv.abst.geo.h that implement GeoModelEstimator1Modifier and TypeClassDescriptionclass
Wrapper aroundHomographyDirectLinearTransform
forEstimate1ofEpipolar
.class
Wrapper aroundHomographyTotalLeastSquares
forEstimate1ofEpipolar
. -
Uses of GeoModelEstimator1 in boofcv.abst.geo.pose
Classes in boofcv.abst.geo.pose that implement GeoModelEstimator1Modifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimatorNto1
for PnP problem.class
Wrapper aroundPnPInfinitesimalPlanePoseEstimation
forEstimate1ofPnP
.class
Wrapper aroundPnPLepetitEPnP
forEstimate1ofPnP
.class
Wrapper aroundPRnPDirectLinearTransform
forEstimateNofPrNP
Constructors in boofcv.abst.geo.pose with parameters of type GeoModelEstimator1 -
Uses of GeoModelEstimator1 in boofcv.abst.geo.trifocal
Classes in boofcv.abst.geo.trifocal that implement GeoModelEstimator1Modifier and TypeClassDescriptionclass
Wrapper around eitherTrifocalLinearPoint7
forEstimate1ofTrifocalTensor
.class
Wrapper around eitherTrifocalLinearPoint7
forEstimate1ofTrifocalTensor
. -
Uses of GeoModelEstimator1 in boofcv.alg.geo.pose
Classes in boofcv.alg.geo.pose that implement GeoModelEstimator1Modifier and TypeClassDescriptionclass
Computes the left camera pose from a fully calibrated stereo camera system using a PnP algorithm. -
Uses of GeoModelEstimator1 in boofcv.factory.geo
Constructors in boofcv.factory.geo with parameters of type GeoModelEstimator1