Skip to content

Commit 3118fde

Browse files
Missing CameraSet binding specialisations
Add pybind specialisations for CameraSetCal3Unified and CameraSetCal3Fisheye.
1 parent d54e234 commit 3118fde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/gtsam/specializations.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ py::bind_vector<gtsam::IndexPairVector>(m_, "IndexPairVector");
3232
py::bind_map<gtsam::KeyPairDoubleMap>(m_, "KeyPairDoubleMap");
3333
py::bind_vector<gtsam::CameraSet<gtsam::PinholeCamera<gtsam::Cal3_S2> > >(m_, "CameraSetCal3_S2");
3434
py::bind_vector<gtsam::CameraSet<gtsam::PinholeCamera<gtsam::Cal3Bundler> > >(m_, "CameraSetCal3Bundler");
35+
py::bind_vector<gtsam::CameraSet<gtsam::PinholeCamera<gtsam::Cal3Unified> > >(m_, "CameraSetCal3Unified");
36+
py::bind_vector<gtsam::CameraSet<gtsam::PinholeCamera<gtsam::Cal3Fisheye> > >(m_, "CameraSetCal3Fisheye");
3537
py::bind_vector<std::vector<gtsam::Matrix> >(m_, "JacobianVector");

0 commit comments

Comments
 (0)