You are here: Start » AVL.NET » AVL.InitOcr_MLP_Deprecated(AvlNet.Size, AvlNet.MlpPreprocessing, AvlNet.CharacterFeatures, AvlNet.OcrMlpModel)

AVL.InitOcr_MLP_Deprecated(AvlNet.Size, AvlNet.MlpPreprocessing, AvlNet.CharacterFeatures, AvlNet.OcrMlpModel)

Creates an OCR multilayer perceptron model.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void InitOcr_MLP_Deprecated(
	AvlNet.Size inNormalizationSize,
	AvlNet.MlpPreprocessing inPreprocessing,
	AvlNet.CharacterFeatures inCharacterFeatures,
	out AvlNet.OcrMlpModel outOcrModel
)

Parameters

inNormalizationSize
Type: AvlNet.Size
The character size after normalization
inPreprocessing
Type: AvlNet.MlpPreprocessing
Input preprocessing method performed before calculations
inCharacterFeatures
Type: AvlNet.CharacterFeatures
Character features used to distinguish characters from each other
outOcrModel
Type: AvlNet.OcrMlpModel
Result OcrMlpModel used to recognize characters

See also