Table of Contents

Enum ClassifierType

Namespace
OpenCvSharp.Text
Assembly
OpenCvSharp.dll

OCR character classifier type.

public enum ClassifierType

Fields

Cnn = 1

Convolutional neural network classifier.

Knn = 0

K-nearest neighbors classifier.