|
| Point2_ | gtsam::project (const Point3_ &p_cam) |
| | Expression version of PinholeBase::Project. More...
|
| |
| Point2_ | gtsam::project (const Unit3_ &p_cam) |
| |
| template<class CAMERA , class POINT > |
| Point2_ | gtsam::project2 (const Expression< CAMERA > &camera_, const Expression< POINT > &p_) |
| |
| template<class CALIBRATION , class POINT > |
| Point2_ | gtsam::project3 (const Pose3_ &x, const Expression< POINT > &p, const Expression< CALIBRATION > &K) |
| |
| template<class CAMERA , class POINT > |
| Point2 | gtsam::internal::project4 (const CAMERA &camera, const POINT &p, OptionalJacobian< 2, CAMERA::dimension > Dcam, OptionalJacobian< 2, FixedDimension< POINT >::value > Dpoint) |
| |
| template<class CALIBRATION , class POINT > |
| Point2 | gtsam::internal::project6 (const Pose3 &x, const Point3 &p, const Cal3_S2 &K, OptionalJacobian< 2, 6 > Dpose, OptionalJacobian< 2, 3 > Dpoint, OptionalJacobian< 2, 5 > Dcal) |
| |
| Point3_ | gtsam::rotate (const Rot3_ &x, const Point3_ &p) |
| |
| Unit3_ | gtsam::rotate (const Rot3_ &x, const Unit3_ &p) |
| |
| Rot3 | gtsam::internal::rotation (const Pose3 &pose, OptionalJacobian< 3, 6 > H) |
| |
| Rot3_ | gtsam::rotation (const Pose3_ &pose) |
| |
| Point3_ | gtsam::transformFrom (const Pose3_ &x, const Point3_ &p) |
| |
| Point2_ | gtsam::transformTo (const Pose2_ &x, const Point2_ &p) |
| |
| Point3_ | gtsam::transformTo (const Pose3_ &x, const Point3_ &p) |
| |
| Line3_ | gtsam::transformTo (const Pose3_ &wTc, const Line3_ &wL) |
| |
| template<class CALIBRATION > |
| Point2_ | gtsam::uncalibrate (const Expression< CALIBRATION > &K, const Point2_ &xy_hat) |
| |
| Point3_ | gtsam::unrotate (const Rot3_ &x, const Point3_ &p) |
| |
| Unit3_ | gtsam::unrotate (const Rot3_ &x, const Unit3_ &p) |
| |