wrap more functions for Cal3DS2
parent
d9937ea07f
commit
f9d6d2dbc1
3
gtsam.h
3
gtsam.h
|
|
@ -745,6 +745,9 @@ virtual class Cal3DS2_Base {
|
||||||
double py() const;
|
double py() const;
|
||||||
double k1() const;
|
double k1() const;
|
||||||
double k2() const;
|
double k2() const;
|
||||||
|
Matrix K() const;
|
||||||
|
Vector k() const;
|
||||||
|
Vector vector() const;
|
||||||
|
|
||||||
// Action on Point2
|
// Action on Point2
|
||||||
gtsam::Point2 uncalibrate(const gtsam::Point2& p) const;
|
gtsam::Point2 uncalibrate(const gtsam::Point2& p) const;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue