OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.0/index.html ) for the details of the argument of the method.
|
This is the complete list of members for OpenCVForUnity.UnityIntegration.OpenCVEnv, including all inherited members.
GetFilePath(string filepath, bool refresh=false, int timeout=0) | OpenCVForUnity.UnityIntegration.OpenCVEnv | static |
GetFilePathAsync(string filepath, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0, CancellationToken cancellationToken=default) | OpenCVForUnity.UnityIntegration.OpenCVEnv | static |
GetFilePathCoroutine(string filepath, Action< string > completed, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0) | OpenCVForUnity.UnityIntegration.OpenCVEnv | static |
GetFilePathTaskAsync(string filepath, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0, CancellationToken cancellationToken=default) | OpenCVForUnity.UnityIntegration.OpenCVEnv | static |
GetMultipleFilePaths(IReadOnlyList< string > filepaths, bool refresh=false, int timeout=0) | OpenCVForUnity.UnityIntegration.OpenCVEnv | static |
GetMultipleFilePathsAsync(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.UnityIntegration.OpenCVEnv | static |
GetMultipleFilePathsCoroutine(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.UnityIntegration.OpenCVEnv | static |
GetMultipleFilePathsTaskAsync(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.UnityIntegration.OpenCVEnv | static |
GetVersion() | OpenCVForUnity.UnityIntegration.OpenCVEnv | static |