OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

Is there any function that equal to mat.data in C++ opencv?

Open sufeidechabei opened this issue 5 years ago • 1 comments

I want to use this function in my project. But I find no such function for mat.data in this library.

sufeidechabei avatar Aug 27 '20 21:08 sufeidechabei

Since this asset is a clone of OpenCV Java, you are able to use the same API as OpenCV Java. https://stackoverflow.com/questions/44756670/java-equivalent-of-opencv-c-mat-data https://stackoverflow.com/questions/17035005/using-get-and-put-to-access-pixel-values-in-opencv-for-java

EnoxSoftware avatar Aug 29 '20 10:08 EnoxSoftware