OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
OpenCVForUnity.TextModule.OCRBeamSearchDecoder Member List

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

__fromPtr__(IntPtr addr)OpenCVForUnity.TextModule.OCRBeamSearchDecoderstatic
create(OCRBeamSearchDecoder_ClassifierCallback classifier, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode, int beam_size)OpenCVForUnity.TextModule.OCRBeamSearchDecoderstatic
create(OCRBeamSearchDecoder_ClassifierCallback classifier, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table, int mode)OpenCVForUnity.TextModule.OCRBeamSearchDecoderstatic
create(OCRBeamSearchDecoder_ClassifierCallback classifier, string vocabulary, Mat transition_probabilities_table, Mat emission_probabilities_table)OpenCVForUnity.TextModule.OCRBeamSearchDecoderstatic
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.OCRBeamSearchDecoderprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
getNativeObjAddr()OpenCVForUnity.TextModule.BaseOCR
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
run(Mat image, int min_confidence, int component_level)OpenCVForUnity.TextModule.OCRBeamSearchDecoder
run(Mat image, int min_confidence)OpenCVForUnity.TextModule.OCRBeamSearchDecoder
run(Mat image, Mat mask, int min_confidence, int component_level)OpenCVForUnity.TextModule.OCRBeamSearchDecoder
run(Mat image, Mat mask, int min_confidence)OpenCVForUnity.TextModule.OCRBeamSearchDecoder
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic