You are here: Start » AVL.NET » AVL.TrainOcr_SVM_Deprecated(AvlNet.OcrSvmModel, AvlNet.CharacterSample[], AvlNet.Size?, AvlNet.OcrSvmModel)

AVL.TrainOcr_SVM_Deprecated(AvlNet.OcrSvmModel, AvlNet.CharacterSample[], AvlNet.Size?, AvlNet.OcrSvmModel)

Trains an OCR support vector machines classifier.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void TrainOcr_SVM_Deprecated(
	AvlNet.OcrSvmModel inOcrModel,
	AvlNet.CharacterSample[] inCharacterSamples,
	AvlNet.Size? inCharacterSize,
	out AvlNet.OcrSvmModel outOcrModel
)

Parameters

inOcrModel
Type: AvlNet.OcrSvmModel
Initialized OcrSvmModel to train
inCharacterSamples
Type: AvlNet.CharacterSample
Training font created from sample regions
inCharacterSize
Type: System.Nullable<AvlNet.Size>
Size of fixed width font, or null.
outOcrModel
Type: AvlNet.OcrSvmModel
Trained OcrSvmModel used to recognize characters

See also