OpenCV for Unity 2.6.5
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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
OpenCVForUnity.TextModule.OCRHMMDecoder Member List

This is the complete list of members for OpenCVForUnity.TextModule.OCRHMMDecoder, including all inherited members.

__fromPtr__(IntPtr addr)OpenCVForUnity.TextModule.OCRHMMDecoderstatic
create(OCRHMMDecoder_ClassifierCallback classifier, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode)OpenCVForUnity.TextModule.OCRHMMDecoderstatic
create(OCRHMMDecoder_ClassifierCallback classifier, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table)OpenCVForUnity.TextModule.OCRHMMDecoderstatic
create(string filename, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode, int classifier)OpenCVForUnity.TextModule.OCRHMMDecoderstatic
create(string filename, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode)OpenCVForUnity.TextModule.OCRHMMDecoderstatic
create(string filename, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table)OpenCVForUnity.TextModule.OCRHMMDecoderstatic
DisposableObject()OpenCVForUnity.DisposableObjectprotected
DisposableObject(bool isEnabledDispose)OpenCVForUnity.DisposableObjectprotected
DisposableOpenCVObject()OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
Dispose(bool disposing)OpenCVForUnity.TextModule.OCRHMMDecoderprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
getNativeObjAddr()OpenCVForUnity.TextModule.BaseOCR
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
run(Mat image, int min_confidence, int component_level)OpenCVForUnity.TextModule.OCRHMMDecoder
run(Mat image, int min_confidence)OpenCVForUnity.TextModule.OCRHMMDecoder
run(Mat image, Mat mask, int min_confidence, int component_level)OpenCVForUnity.TextModule.OCRHMMDecoder
run(Mat image, Mat mask, int min_confidence)OpenCVForUnity.TextModule.OCRHMMDecoder
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic