GSLAM  3.0.0
Estimator Member List

This is the complete list of members for Estimator, including all inherited members.

buildinEstimators() (defined in Estimator)Estimatorstatic
create(std::string pluginName="") (defined in Estimator)Estimatorstatic
Estimator() (defined in Estimator)Estimator
findAffine2D(Affine2D *A, const std::vector< Point2d > &srcPoints, const std::vector< Point2d > &dstPoints, int method=A3_Point &RANSAC, double threshold=3, double confidence=0.99, std::vector< uchar > *mask=NULL) const =0 (defined in Estimator)Estimatorpure virtual
findAffine3D(Affine3D *A, const std::vector< Point3d > &src, const std::vector< Point3d > &dst, int method=A4_Point &RANSAC, double threshold=0.01, double confidence=0.99, std::vector< uchar > *mask=NULL) const =0 (defined in Estimator)Estimatorpure virtual
findEssentialMatrix(Essential *E, const std::vector< Point2d > &points1, const std::vector< Point2d > &points2, int method=E5_Nister &RANSAC, double threshold=0.01, double confidence=0.99, std::vector< uchar > *mask=NULL) const =0 (defined in Estimator)Estimatorpure virtual
findFundamental(Fundamental *F, const std::vector< Point2d > &points1, const std::vector< Point2d > &points2, int method=F8_Point &RANSAC, double threshold=3., double confidence=0.99, std::vector< uchar > *mask=NULL) const =0 (defined in Estimator)Estimatorpure virtual
findHomography(Homography2D *H, const std::vector< Point2d > &srcPoints, const std::vector< Point2d > &dstPoints, int method=H4_Point &RANSAC, double threshold=3, double confidence=0.99, std::vector< uchar > *mask=NULL) const =0 (defined in Estimator)Estimatorpure virtual
findPlane(SE3 *plane, const std::vector< Point3d > &points, int method=P3_Plane &RANSAC, double threshold=0.01, double confidence=0.99, std::vector< uchar > *mask=NULL) const =0 (defined in Estimator)Estimatorpure virtual
findPnP(SE3 *world2camera, const std::vector< Point3d > &objectPoints, const std::vector< Point2d > &imagePoints, int method=P3_ITERATIVE &RANSAC, double threshold=0.01, double confidence=0.99, std::vector< uchar > *mask=NULL) const =0 (defined in Estimator)Estimatorpure virtual
findSIM3(SIM3 *S, const std::vector< Point3d > &from, const std::vector< Point3d > &to, int method=S3_Horn &RANSAC, double threshold=0.01, double confidence=0.99, std::vector< uchar > *mask=NULL) const =0 (defined in Estimator)Estimatorpure virtual
trianglate(Point3d *refPt, const SE3 &ref2cur, const Point3d &refDirection, const Point3d &curDirection) const =0 (defined in Estimator)Estimatorpure virtual
type() const (defined in Estimator)Estimatorvirtual
~Estimator() (defined in Estimator)Estimatorvirtual