__fromPtr__(IntPtr addr) | OpenCVForUnity.TextModule.OCRHMMDecoder | static |
create(OCRHMMDecoder_ClassifierCallback classifier, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode) | OpenCVForUnity.TextModule.OCRHMMDecoder | static |
create(OCRHMMDecoder_ClassifierCallback classifier, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table) | OpenCVForUnity.TextModule.OCRHMMDecoder | static |
create(string filename, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode, int classifier) | OpenCVForUnity.TextModule.OCRHMMDecoder | static |
create(string filename, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode) | OpenCVForUnity.TextModule.OCRHMMDecoder | static |
create(string filename, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table) | OpenCVForUnity.TextModule.OCRHMMDecoder | static |
DisposableObject() | OpenCVForUnity.DisposableObject | protected |
DisposableObject(bool isEnabledDispose) | OpenCVForUnity.DisposableObject | protected |
DisposableOpenCVObject() | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(IntPtr ptr) | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
Dispose(bool disposing) | OpenCVForUnity.TextModule.OCRHMMDecoder | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
getNativeObjAddr() | OpenCVForUnity.TextModule.BaseOCR | |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.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.DisposableObject | static |