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.
|
This is the complete list of members for OpenCVForUnity.UnityUtils.Utils, including all inherited members.
CopyMode enum name | OpenCVForUnity.UnityUtils.Utils | |
fastMatToTexture2D(Mat mat, Texture2D texture2D, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false) | OpenCVForUnity.UnityUtils.Utils | static |
fastTexture2DToMat(Texture2D texture2D, Mat mat, bool flip=true, int flipCode=0) | OpenCVForUnity.UnityUtils.Utils | static |
getFilePath(string filepath, bool refresh=false, int timeout=0) | OpenCVForUnity.UnityUtils.Utils | static |
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.Utils | static |
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.Utils | static |
getMultipleFilePaths(IReadOnlyList< string > filepaths, bool refresh=false, int timeout=0) | OpenCVForUnity.UnityUtils.Utils | static |
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.Utils | static |
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.Utils | static |
getVersion() | OpenCVForUnity.UnityUtils.Utils | static |
graphicsBufferToMat(GraphicsBuffer graphicsBuffer, Mat mat, CopyMode copyMode) | OpenCVForUnity.UnityUtils.Utils | static |
matToGraphicsBuffer(Mat mat, GraphicsBuffer graphicsBuffer, CopyMode copyMode) | OpenCVForUnity.UnityUtils.Utils | static |
matToRenderTexture(Mat mat, RenderTexture renderTexture, GraphicsBuffer graphicsBuffer, bool flip=true, int flipCode=0) | OpenCVForUnity.UnityUtils.Utils | static |
matToTexture2D(Mat mat, Texture2D texture2D, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false) | OpenCVForUnity.UnityUtils.Utils | static |
matToTexture2D(Mat mat, Texture2D texture2D, Color32[] pixels32Buffer, byte[] rawTextureDataBuffer=null, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false) | OpenCVForUnity.UnityUtils.Utils | static |
matToTexture2D(Mat mat, Texture2D texture2D, int mipLevel, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false) | OpenCVForUnity.UnityUtils.Utils | static |
matToTexture2D(Mat mat, Texture2D texture2D, int mipLevel, Color32[] pixels32Buffer, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false) | OpenCVForUnity.UnityUtils.Utils | static |
matToTexture2DRaw(Mat mat, Texture2D texture2D, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false) | OpenCVForUnity.UnityUtils.Utils | static |
matToTexture2DRaw(Mat mat, Texture2D texture2D, int mipLevel, bool flip=true, int flipCode=0, bool updateMipmaps=false, bool makeNoLongerReadable=false) | OpenCVForUnity.UnityUtils.Utils | static |
renderTextureToMat(RenderTexture renderTexture, Mat mat, GraphicsBuffer graphicsBuffer, bool flip=true, int flipCode=0) | OpenCVForUnity.UnityUtils.Utils | static |
setDebugMode(bool debugMode, bool throwException=false, Action< string > callback=null) | OpenCVForUnity.UnityUtils.Utils | static |
texture2DToMat(Texture2D texture2D, Mat mat, bool flip=true, int flipCode=0) | OpenCVForUnity.UnityUtils.Utils | static |
texture2DToMat(Texture2D texture2D, Mat mat, int mipLevel, bool flip=true, int flipCode=0) | OpenCVForUnity.UnityUtils.Utils | static |
texture2DToMatRaw(Texture2D texture2D, Mat mat, bool flip=true, int flipCode=0) | OpenCVForUnity.UnityUtils.Utils | static |
texture2DToMatRaw(Texture2D texture2D, Mat mat, int mipLevel, bool flip=true, int flipCode=0) | OpenCVForUnity.UnityUtils.Utils | static |
textureToTexture2D(Texture texture, Texture2D texture2D) | OpenCVForUnity.UnityUtils.Utils | static |
webCamTextureToMat(WebCamTexture webCamTexture, Mat mat, bool flip=true, int flipCode=0) | OpenCVForUnity.UnityUtils.Utils | static |
webCamTextureToMat(WebCamTexture webCamTexture, Mat mat, Color32[] pixels32Buffer, bool flip=true, int flipCode=0) | OpenCVForUnity.UnityUtils.Utils | static |