Skip to content

Commit

Permalink
make Cal3Bundler wrapper constructor backwards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Sep 29, 2020
1 parent 348ed2d commit f2f98af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtsam/gtsam.i
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ class Cal3_S2Stereo {
class Cal3Bundler {
// Standard Constructors
Cal3Bundler();
Cal3Bundler(double fx, double k1, double k2, double u0, double v0);
Cal3Bundler(double fx, double k1, double k2, double u0, double v0, double tol);

// Testable
Expand Down

0 comments on commit f2f98af

Please sign in to comment.