Uses of Interface
boofcv.struct.geo.GeoModelEstimator1
Package
Description
-
Uses of GeoModelEstimator1 in boofcv.abst.geo
Modifier 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.Modifier and TypeClassDescriptionclass
GeoModelEstimatorNto1<Model,
Point> Wrapper that allowsGeoModelEstimatorN
to be used as aGeoModelEstimator1
. -
Uses of GeoModelEstimator1 in boofcv.abst.geo.f
Modifier 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
.ModifierConstructorDescription -
Uses of GeoModelEstimator1 in boofcv.abst.geo.h
Modifier and TypeClassDescriptionclass
Wrapper aroundHomographyDirectLinearTransform
forEstimate1ofEpipolar
.class
Wrapper aroundHomographyTotalLeastSquares
forEstimate1ofEpipolar
. -
Uses of GeoModelEstimator1 in boofcv.abst.geo.pose
Modifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimatorNto1
for PnP problem.class
Wrapper aroundPnPInfinitesimalPlanePoseEstimation
forEstimate1ofPnP
.class
Wrapper aroundPnPLepetitEPnP
forEstimate1ofPnP
.class
Wrapper aroundPRnPDirectLinearTransform
forEstimateNofPrNP
-
Uses of GeoModelEstimator1 in boofcv.abst.geo.trifocal
Modifier and TypeClassDescriptionclass
Wrapper around eitherTrifocalLinearPoint7
forEstimate1ofTrifocalTensor
.class
Wrapper around eitherTrifocalLinearPoint7
forEstimate1ofTrifocalTensor
. -
Uses of GeoModelEstimator1 in boofcv.alg.geo.pose
Modifier 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