Searched refs:get_nearest_3D_point (Results 1 – 1 of 1) sorted by relevance
20 cv::Point3f get_nearest_3D_point(std::vector<cv::Point3f> &points_list, cv::Point3f origin);52 cv::Point3f get_nearest_3D_point(std::vector<cv::Point3f> &points_list, cv::Point3f origin) in get_nearest_3D_point() function251 point3d = get_nearest_3D_point(intersections_list, R.getP0()); in backproject2DPoint()