Searched defs:list_points2d (Results 1 – 4 of 4) sorted by relevance
132 vector<Point2f> list_points2d = registration.get_points2d(); in main() local167 vector<Point2f> list_points2d = registration.get_points2d(); in main() local
28 …vWriter::writeUVXYZ(const vector<Point3f> &list_points3d, const vector<Point2f> &list_points2d, co… in writeUVXYZ()
110 const std::vector<cv::Point2f> &list_points2d, in estimatePose()136 … const std::vector<cv::Point2f> &list_points2d, // list with scene 2D coordinates in estimatePoseRANSAC()
131 void draw3DCoordinateAxes(cv::Mat image, const std::vector<cv::Point2f> &list_points2d) in draw3DCoordinateAxes()