OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.UnityUtils.Utils Member List

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

CopyMode enum nameOpenCVForUnity.UnityUtils.Utils
fastMatToTexture2D(Mat mat, Texture2D texture2D, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false)OpenCVForUnity.UnityUtils.Utilsstatic
fastTexture2DToMat(Texture2D texture2D, Mat mat, bool flip=true, int flipCode=0)OpenCVForUnity.UnityUtils.Utilsstatic
getFilePath(string filepath, bool refresh=false, int timeout=0)OpenCVForUnity.UnityUtils.Utilsstatic
getFilePathAsync(string filepath, Action< string > completed, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0)OpenCVForUnity.UnityUtils.Utilsstatic
getFilePathAsyncTask(string filepath, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0, CancellationToken cancellationToken=default)OpenCVForUnity.UnityUtils.Utilsstatic
getMultipleFilePaths(IReadOnlyList< string > filepaths, bool refresh=false, int timeout=0)OpenCVForUnity.UnityUtils.Utilsstatic
getMultipleFilePathsAsync(IReadOnlyList< string > filepaths, Action< IReadOnlyList< string > > allCompleted, Action< string > completed=null, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0)OpenCVForUnity.UnityUtils.Utilsstatic
getMultipleFilePathsAsyncTask(IReadOnlyList< string > filepaths, Action< string > completed=null, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0, CancellationToken cancellationToken=default)OpenCVForUnity.UnityUtils.Utilsstatic
getVersion()OpenCVForUnity.UnityUtils.Utilsstatic
graphicsBufferToMat(GraphicsBuffer graphicsBuffer, Mat mat, CopyMode copyMode)OpenCVForUnity.UnityUtils.Utilsstatic
matToGraphicsBuffer(Mat mat, GraphicsBuffer graphicsBuffer, CopyMode copyMode)OpenCVForUnity.UnityUtils.Utilsstatic
matToRenderTexture(Mat mat, RenderTexture renderTexture, GraphicsBuffer graphicsBuffer, bool flip=true, int flipCode=0)OpenCVForUnity.UnityUtils.Utilsstatic
matToTexture2D(Mat mat, Texture2D texture2D, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false)OpenCVForUnity.UnityUtils.Utilsstatic
matToTexture2D(Mat mat, Texture2D texture2D, Color32[] pixels32Buffer, byte[] rawTextureDataBuffer=null, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false)OpenCVForUnity.UnityUtils.Utilsstatic
matToTexture2D(Mat mat, Texture2D texture2D, int mipLevel, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false)OpenCVForUnity.UnityUtils.Utilsstatic
matToTexture2D(Mat mat, Texture2D texture2D, int mipLevel, Color32[] pixels32Buffer, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false)OpenCVForUnity.UnityUtils.Utilsstatic
matToTexture2DRaw(Mat mat, Texture2D texture2D, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false)OpenCVForUnity.UnityUtils.Utilsstatic
matToTexture2DRaw(Mat mat, Texture2D texture2D, int mipLevel, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false)OpenCVForUnity.UnityUtils.Utilsstatic
renderTextureToMat(RenderTexture renderTexture, Mat mat, GraphicsBuffer graphicsBuffer, bool flip=true, int flipCode=0)OpenCVForUnity.UnityUtils.Utilsstatic
setDebugMode(bool debugMode, bool throwException=false, Action< string > callback=null)OpenCVForUnity.UnityUtils.Utilsstatic
texture2DToMat(Texture2D texture2D, Mat mat, bool flip=true, int flipCode=0)OpenCVForUnity.UnityUtils.Utilsstatic
texture2DToMat(Texture2D texture2D, Mat mat, int mipLevel, bool flip=true, int flipCode=0)OpenCVForUnity.UnityUtils.Utilsstatic
texture2DToMatRaw(Texture2D texture2D, Mat mat, bool flip=true, int flipCode=0)OpenCVForUnity.UnityUtils.Utilsstatic
texture2DToMatRaw(Texture2D texture2D, Mat mat, int mipLevel, bool flip=true, int flipCode=0)OpenCVForUnity.UnityUtils.Utilsstatic
textureToTexture2D(Texture texture, Texture2D texture2D)OpenCVForUnity.UnityUtils.Utilsstatic
webCamTextureToMat(WebCamTexture webCamTexture, Mat mat, bool flip=true, int flipCode=0)OpenCVForUnity.UnityUtils.Utilsstatic
webCamTextureToMat(WebCamTexture webCamTexture, Mat mat, Color32[] pixels32Buffer, bool flip=true, int flipCode=0)OpenCVForUnity.UnityUtils.Utilsstatic