OpenCVForUnity
OpenCVForUnity copied to clipboard
Is there any function that equal to mat.data in C++ opencv?
I want to use this function in my project. But I find no such function for mat.data in this library.
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