backproject2DPoint 26 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.h bool backproject2DPoint(const Mesh *mesh, const cv::Point2f &point2d, cv::Point3f &point3d); backproject2DPoint 205 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp bool on_surface = pnp_registration.backproject2DPoint(&mesh, point2d, point3d);