cv::Mat NDArrayConverter::toMat(const PyObject* o): Convert a NumPy ndarray to a cv::Mat. o is the object representing the Python representation of the ndarray. Returns a cv::Mat which is the OpenCV ...
Not sure how to use the 'own' parameter. End result is that on the python side when the ndarray 'flags' are printed, I see: OWNDATE: False The returned array on python side is garbled (though works ...