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 TypeInterfaceDescriptioninterfaceMarker interface for estimating several fundamental, essential, or homography matrices given a set of associated pairs.interfaceMarker interface for estimating essential matrix or other 3x3 matrices from observations provided as 3D pointing vectorsinterfaceInterface for computing multiple solution to the Perspective N-Point (PnP) problem.interfaceInterface for computing multiple solution to the Projective N-Point (PrNP) problem.Classes in boofcv.abst.geo that implement GeoModelEstimatorNModifier and TypeClassDescriptionclassGeoModelEstimator1toN<Model,Point> Wrapper that allowsGeoModelEstimator1to be used as aGeoModelEstimatorN.Constructors in boofcv.abst.geo with parameters of type GeoModelEstimatorNModifierConstructorDescriptionprotectedGeoModelEstimatorNto1(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 TypeClassDescriptionclassImplementation ofGeoModelEstimator1toNfor epipolar matrices.classWrapper around eitherEssentialNister5forEstimateNofEpipolar.classWrapper around eitherEssentialNister5forEstimateNofEpipolarPointing.classWrapper around eitherFundamentalLinear7forEstimateNofEpipolar.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 TypeClassDescriptionclassImplementation ofGeoModelEstimator1toNfor PnP.classConverts 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)