Wrapped SimpleCamera::projectSafe()
parent
ffd210b11e
commit
f602049484
1
gtsam.h
1
gtsam.h
|
@ -442,6 +442,7 @@ class SimpleCamera {
|
||||||
|
|
||||||
// Action on Point3
|
// Action on Point3
|
||||||
gtsam::Point2 project(const gtsam::Point3& point);
|
gtsam::Point2 project(const gtsam::Point3& point);
|
||||||
|
pair<gtsam::Point2,bool> projectSafe(const gtsam::Point3& pw) const;
|
||||||
static gtsam::Point2 project_to_camera(const gtsam::Point3& cameraPoint);
|
static gtsam::Point2 project_to_camera(const gtsam::Point3& cameraPoint);
|
||||||
|
|
||||||
// Backprojection
|
// Backprojection
|
||||||
|
|
Loading…
Reference in New Issue