MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Add Python/OpenCV example, passing numpy image to C++ #46

Closed MattClarkson closed 5 years ago

MattClarkson commented 5 years ago

Taking inspiration from https://github.com/yati-sagade/opencv-ndarray-conversion

MattClarkson commented 5 years ago
MattClarkson commented 5 years ago

Ended up using this: https://github.com/Algomorph/pyboostcvconverter

as the https://github.com/yati-sagade/opencv-ndarray-conversion looks a bit outdated now (2014).