open3d c++ function wrapping problem using PYBIND11 (incompatible function arguments)
I have created a c++ function to crop from a input point cloud, by using a list of meshes, the same number of cropped point cloud. I use openMP for speed up the process.
When I try to wrap the function using PYBIND11, I obtain the next error.
TypeError: crop_pcd_from_meshes(): incompatible function arguments.