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

AVL.TrainOcr_SVM_Deprecated(AvlNet.OcrSvmModel, AvlNet.CharacterSample[], AvlNet.OcrSvmModel, float, AvlNet.Image[])

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,
	out AvlNet.OcrSvmModel outOcrModel,
	out float diagTrainingAccuracy,
	out AvlNet.Image[] diagNormalizedCharacters
)

Parameters

inOcrModel
Type: AvlNet.OcrSvmModel
Initialized OcrSvmModel to train
inCharacterSamples
Type: AvlNet.CharacterSample
Training font created from sample regions
outOcrModel
Type: AvlNet.OcrSvmModel
Trained OcrSvmModel used to recognize characters
diagTrainingAccuracy
Type: System.Single
The overall training score
diagNormalizedCharacters
Type: AvlNet.Image
Images of normalized characters used to train classifier

See also