laurentkneip / opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems. It is hosted and maintained by the Mobile Perception Lab of ShanghaiTech.
Other
1.02k stars 353 forks source link

Optional python binding with pybind11. #69

Closed MiaoDX closed 5 years ago

MiaoDX commented 6 years ago

Propose using pybind11 for the python binding instead of the boost.python.

Pros:

This PR can be reshaped since:

Anyway, hope this can be helpful.

paulinus commented 5 years ago

@MiaoDX, the python binding have been ported to pybind in #79. I think we can close this PR

MiaoDX commented 5 years ago

Yes, of course, one cleaner codebase looks better!