wrapped simpleCamera function to get camera from projection matrix
parent
5c041f3d3a
commit
4625a16d70
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