Table of Contents

Class OCRHMMDecoderClassifierCallback

Namespace
OpenCvSharp.Text
Assembly
OpenCvSharp.dll

Callback with the character classifier used by OCRHMMDecoder. Instances are obtained by loading a trained classifier model from a file; implementing a custom classifier in managed code is not supported.

public sealed class OCRHMMDecoderClassifierCallback : CvPtrObject, IDisposable
Inheritance
OCRHMMDecoderClassifierCallback
Implements
Inherited Members

Methods

LoadClassifier(string, ClassifierType)

Loads the default character classifier used when creating an OCRHMMDecoder object.

LoadClassifierCNN(string)

Loads the default CNN character classifier (deprecated upstream in favor of LoadClassifier).

LoadClassifierNM(string)

Loads the default KNN character classifier (deprecated upstream in favor of LoadClassifier).