Class OCRHMMDecoder
- Namespace
- OpenCvSharp.Text
- Assembly
- OpenCvSharp.dll
Provides an interface for OCR using Hidden Markov Models.
public sealed class OCRHMMDecoder : BaseOCR, IDisposable
- Inheritance
-
OCRHMMDecoder
- Implements
- Inherited Members
Methods
- Create(OCRHMMDecoderClassifierCallback, string, InputArray, InputArray, DecoderMode)
Creates an instance of the OCRHMMDecoder class. Initializes the HMM decoder.
- Create(string, string, InputArray, InputArray, DecoderMode, ClassifierType)
Creates an instance of the OCRHMMDecoder class. Loads and initializes the HMM decoder from the specified classifier model file.