diff --git a/gtsam.h b/gtsam.h index ff9bb2022..e728de125 100644 --- a/gtsam.h +++ b/gtsam.h @@ -442,6 +442,7 @@ class SimpleCamera { // Action on Point3 gtsam::Point2 project(const gtsam::Point3& point); + pair projectSafe(const gtsam::Point3& pw) const; static gtsam::Point2 project_to_camera(const gtsam::Point3& cameraPoint); // Backprojection