opencv-ndarray-conversion icon indicating copy to clipboard operation
opencv-ndarray-conversion copied to clipboard

How to finish the conversion between python ndarray and C++ MAT ?

Open JohnnyY8 opened this issue 9 years ago • 0 comments

Hi, everyone: I try to finish the conversion between python ndarray and C++ MAT. In details, I want to send the image (ndarray) to C++ function arguments (MAT) and get the results (MAT) return to python (ndarray). Like this problem : http://stackoverflow.com/questions/22667093/how-to-convert-the-numpy-ndarray-to-a-cvmat-using-python-c-api. Can anyone help me? Thanks a lot!

JohnnyY8 avatar May 28 '16 06:05 JohnnyY8