OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
OpenCVForUnity.UnityUtils.MatUtils Member List

This is the complete list of members for OpenCVForUnity.UnityUtils.MatUtils, including all inherited members.

copyFromMat(Mat mat, IntPtr intPtr)OpenCVForUnity.UnityUtils.MatUtilsstatic
copyFromMat< T >(Mat mat, T[] array)OpenCVForUnity.UnityUtils.MatUtilsstatic
copyFromMat< T >(Mat mat, NativeArray< T > array)OpenCVForUnity.UnityUtils.MatUtilsstatic
copyFromMat< T >(Mat mat, Span< T > array)OpenCVForUnity.UnityUtils.MatUtilsstatic
copyToMat(IntPtr intPtr, Mat mat)OpenCVForUnity.UnityUtils.MatUtilsstatic
copyToMat< T >(T[] array, Mat mat)OpenCVForUnity.UnityUtils.MatUtilsstatic
copyToMat< T >(NativeArray< T > array, Mat mat)OpenCVForUnity.UnityUtils.MatUtilsstatic
copyToMat< T >(Span< T > array, Mat mat)OpenCVForUnity.UnityUtils.MatUtilsstatic