Searched defs:point2d (Results 1 – 5 of 5) sorted by relevance
21 void Model::add_correspondence(const cv::Point2f &point2d, const cv::Point3f &point3d) in add_correspondence()28 void Model::add_outlier(const cv::Point2f &point2d) in add_outlier()
21 void ModelRegistration::registerPoint(const cv::Point2f &point2d, const cv::Point3f &point3d) in registerPoint()
165 cv::Point2f point2d = this->backproject3DPoint(point3d); in verify_points() local189 cv::Point2f point2d; in backproject3DPoint() local197 bool PnPProblem::backproject2DPoint(const Mesh *mesh, const cv::Point2f &point2d, cv::Point3f &poin… in backproject2DPoint()
203 Point2f point2d(keypoints_model[i].pt); in main() local
237 Point2f point2d = list_points2d_scene_match[n]; // i-inlier point 2D in main() local