Merge pull request #246 from borglab/feature/wrap-simplecamera

Wrap simpleCamera function
release/4.3a0
Frank Dellaert 2020-03-10 07:10:43 -04:00 committed by GitHub
commit ee069286b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1123,6 +1123,8 @@ virtual class SimpleCamera {
}; };
gtsam::SimpleCamera simpleCamera(const Matrix& P);
// Some typedefs for common camera types // Some typedefs for common camera types
// PinholeCameraCal3_S2 is the same as SimpleCamera above // PinholeCameraCal3_S2 is the same as SimpleCamera above
typedef gtsam::PinholeCamera<gtsam::Cal3_S2> PinholeCameraCal3_S2; typedef gtsam::PinholeCamera<gtsam::Cal3_S2> PinholeCameraCal3_S2;