Merge pull request #246 from borglab/feature/wrap-simplecamera
Wrap simpleCamera functionrelease/4.3a0
commit
ee069286b4
2
gtsam.h
2
gtsam.h
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue