You are here: Start » AVL.NET » AVL.OcrInternal_NormalizeCharacter(AvlNet.Region, int, int, float[], AvlNet.Image)

AVL.OcrInternal_NormalizeCharacter(AvlNet.Region, int, int, float[], AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void OcrInternal_NormalizeCharacter(
	AvlNet.Region inCharacterRegion,
	int inNormalizationWidth,
	int inNormalizationHeight,
	out float[] outFeatures,
	out AvlNet.Image outNormalized
)

Parameters

inCharacterRegion
Type: AvlNet.Region
inNormalizationWidth
Type: System.Int32
inNormalizationHeight
Type: System.Int32
outFeatures
Type: System.Single
outNormalized
Type: AvlNet.Image

See also