Constructor from vector
parent
0889501c93
commit
0278b0a3b7
1
gtsam.h
1
gtsam.h
|
@ -637,6 +637,7 @@ class Cal3_S2Stereo {
|
||||||
// Standard Constructors
|
// Standard Constructors
|
||||||
Cal3_S2Stereo();
|
Cal3_S2Stereo();
|
||||||
Cal3_S2Stereo(double fx, double fy, double s, double u0, double v0, double b);
|
Cal3_S2Stereo(double fx, double fy, double s, double u0, double v0, double b);
|
||||||
|
Cal3_S2Stereo(Vector v);
|
||||||
|
|
||||||
// Testable
|
// Testable
|
||||||
void print(string s) const;
|
void print(string s) const;
|
||||||
|
|
Loading…
Reference in New Issue