edmBernard / pybind11_opencv_numpy

Implementation of cv::Mat conversion to numpy.array for pybind11
Apache License 2.0
198 stars 41 forks source link

binding for std::vector<cv::Mat> #17

Closed thancaocuong closed 4 years ago

thancaocuong commented 4 years ago

I've tried but failed. Could you tell me how should I do? thank for your awesome work

edmBernard commented 4 years ago

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