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 TypeInterfaceDescriptioninterfaceMarker interface for estimating a single fundamental, essential, or homography matrix given a set of associated pairs.interfaceMarker interface for estimating essential matrix or other 3x3 matrices from observations provided as 3D pointing vectors.interfaceMarker interface for computing one solution to the Perspective N-Point (PnP) problem.interfaceInterface for computing multiple solution to the Projective N-Point (PrNP) problem.interfaceMarker interface for computing a singleTrifocalTensorgiven a set ofAssociatedTripleobservations.Classes in boofcv.abst.geo that implement GeoModelEstimator1Modifier and TypeClassDescriptionclassGeoModelEstimatorNto1<Model,Point> Wrapper that allowsGeoModelEstimatorNto 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 TypeClassDescriptionclassImplementation ofGeoModelEstimatorNto1for epipolar matrices given observations in 2D, i.e.classImplementation ofGeoModelEstimatorNto1for epipolar matrices given observations as pointing vectors.classWrapper around eitherFundamentalLinear8forEstimate1ofEpipolar.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 TypeClassDescriptionclassWrapper aroundHomographyDirectLinearTransformforEstimate1ofEpipolar.classWrapper aroundHomographyTotalLeastSquaresforEstimate1ofEpipolar. -
Uses of GeoModelEstimator1 in boofcv.abst.geo.pose
Classes in boofcv.abst.geo.pose that implement GeoModelEstimator1Modifier and TypeClassDescriptionclassImplementation ofGeoModelEstimatorNto1for PnP problem.classWrapper aroundPnPInfinitesimalPlanePoseEstimationforEstimate1ofPnP.classWrapper aroundPnPLepetitEPnPforEstimate1ofPnP.classWrapper aroundPRnPDirectLinearTransformforEstimateNofPrNPConstructors 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 TypeClassDescriptionclassWrapper around eitherTrifocalLinearPoint7forEstimate1ofTrifocalTensor.classWrapper around eitherTrifocalLinearPoint7forEstimate1ofTrifocalTensor. -
Uses of GeoModelEstimator1 in boofcv.alg.geo.pose
Classes in boofcv.alg.geo.pose that implement GeoModelEstimator1Modifier and TypeClassDescriptionclassComputes 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