Closed thancaocuong closed 4 years ago
I've tried but failed. Could you tell me how should I do? thank for your awesome work
The conversion between std::vector and cv::Mat list is automatic. To enable it don't forget to include pybind11/stl.h https://github.com/edmBernard/pybind11_opencv_numpy/issues/3#issuecomment-330030905
pybind11/stl.h
I've tried but failed. Could you tell me how should I do? thank for your awesome work