Uses of Interface
boofcv.struct.geo.GeoModelEstimatorN
Packages that use GeoModelEstimatorN
-
Uses of GeoModelEstimatorN in boofcv.abst.geo
Subinterfaces of GeoModelEstimatorN in boofcv.abst.geoModifier and TypeInterfaceDescriptioninterface
Marker interface for estimating several fundamental, essential, or homography matrices given a set of associated pairs.interface
Marker interface for estimating essential matrix or other 3x3 matrices from observations provided as 3D pointing vectorsinterface
Interface for computing multiple solution to the Perspective N-Point (PnP) problem.interface
Interface for computing multiple solution to the Projective N-Point (PrNP) problem.Classes in boofcv.abst.geo that implement GeoModelEstimatorNModifier and TypeClassDescriptionclass
GeoModelEstimator1toN<Model,
Point> Wrapper that allowsGeoModelEstimator1
to be used as aGeoModelEstimatorN
.Constructors in boofcv.abst.geo with parameters of type GeoModelEstimatorNModifierConstructorDescriptionprotected
GeoModelEstimatorNto1
(GeoModelEstimatorN<Model, Point> alg, DistanceFromModel<Model, Point> distance, DogArray<Model> solutions, int numTest) -
Uses of GeoModelEstimatorN in boofcv.abst.geo.f
Classes in boofcv.abst.geo.f that implement GeoModelEstimatorNModifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimator1toN
for epipolar matrices.class
Wrapper around eitherEssentialNister5
forEstimateNofEpipolar
.class
Wrapper around eitherEssentialNister5
forEstimateNofEpipolarPointing
.class
Wrapper around eitherFundamentalLinear7
forEstimateNofEpipolar
.Constructors in boofcv.abst.geo.f with parameters of type GeoModelEstimatorNModifierConstructorDescriptionEstimateNto1ofEpipolar
(GeoModelEstimatorN<DMatrixRMaj, AssociatedPair> alg, DistanceFromModel<DMatrixRMaj, AssociatedPair> distance, int numTest) EstimateNto1ofEpipolarPointing
(GeoModelEstimatorN<DMatrixRMaj, AssociatedPair3D> alg, DistanceFromModel<DMatrixRMaj, AssociatedPair3D> distance, int numTest) -
Uses of GeoModelEstimatorN in boofcv.abst.geo.pose
Classes in boofcv.abst.geo.pose that implement GeoModelEstimatorNModifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimator1toN
for PnP.class
Converts solutions generated by P3PLineDistance into rigid body motions.Constructors in boofcv.abst.geo.pose with parameters of type GeoModelEstimatorNModifierConstructorDescriptionEstimateNto1ofPnP
(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DogArray<Se3_F64> solutions, int numTest) -
Uses of GeoModelEstimatorN in boofcv.alg.geo.pose
Constructors in boofcv.alg.geo.pose with parameters of type GeoModelEstimatorNModifierConstructorDescriptionPnPStereoEstimator
(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceLeft, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceRight, int extraForTest)