Uses of Interface
boofcv.struct.geo.GeoModelEstimatorN
-
Uses of GeoModelEstimatorN in boofcv.abst.geo
Modifier 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.Modifier and TypeClassDescriptionclass
GeoModelEstimator1toN<Model,
Point> Wrapper that allowsGeoModelEstimator1
to be used as aGeoModelEstimatorN
.ModifierConstructorDescriptionprotected
GeoModelEstimatorNto1
(GeoModelEstimatorN<Model, Point> alg, DistanceFromModel<Model, Point> distance, DogArray<Model> solutions, int numTest) -
Uses of GeoModelEstimatorN in boofcv.abst.geo.f
Modifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimator1toN
for epipolar matrices.class
Wrapper around eitherEssentialNister5
forEstimateNofEpipolar
.class
Wrapper around eitherEssentialNister5
forEstimateNofEpipolarPointing
.class
Wrapper around eitherFundamentalLinear7
forEstimateNofEpipolar
.ModifierConstructorDescriptionEstimateNto1ofEpipolar
(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
Modifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimator1toN
for PnP.class
Converts solutions generated by P3PLineDistance into rigid body motions.ModifierConstructorDescriptionEstimateNto1ofPnP
(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DogArray<Se3_F64> solutions, int numTest) -
Uses of GeoModelEstimatorN in boofcv.alg.geo.pose
ModifierConstructorDescriptionPnPStereoEstimator
(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceLeft, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceRight, int extraForTest)