Trait opencv::hub_prelude::OCRHMMDecoderTraitConst
source · [−]pub trait OCRHMMDecoderTraitConst: BaseOCRConst {
fn as_raw_OCRHMMDecoder(&self) -> *const c_void;
}
Expand description
OCRHMMDecoder class provides an interface for OCR using Hidden Markov Models.
Note:
- (C++) An example on using OCRHMMDecoder recognition combined with scene text detection can be found at the webcam_demo sample: https://github.com/opencv/opencv_contrib/blob/master/modules/text/samples/webcam_demo.cpp