OcrSvmModel

Description

This type is deprecated and it will be removed in future versions of Adaptive Vision Studio

Type OcrSvmModel is used in data classification based on extracted class samples.

Object of OcrSvmModel can be in three states:

  1. Uninitialized - empty model created as default value on not connected filter port,
  2. Initialized - model created by InitOcr_SVM_Deprecated,
  3. Trained - initialized model after training in TrainOcr_SVM_Deprecated.

Only trained models can be used to recognize characters.

See Also