The current pybind11 is modified from 2.0 dev. The main modifications are: 1. Direct (reference) access of Eigen matrices, using this patch https://github.com/pybind/pybind11/pull/610 2. Change of ``std::vector`` binding style The first modification is now merged into pybind11 master branch. The pybind11 in Open3D should be upgraded to mainstream stable pybind11 version.
The current pybind11 is modified from 2.0 dev.
The main modifications are:
std::vectorbinding styleThe first modification is now merged into pybind11 master branch.
The pybind11 in Open3D should be upgraded to mainstream stable pybind11 version.