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

AVL.OcrInternal_ExtractFeatures(AvlNet.Region, float[], AvlNet.Image, AvlNet.CharacterFeatures, float[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void OcrInternal_ExtractFeatures(
	AvlNet.Region inCharacterRegion,
	float[] inPixels,
	AvlNet.Image inNormalizedImage,
	AvlNet.CharacterFeatures inFlags,
	out float[] outFeatures
)

Parameters

inCharacterRegion
Type: AvlNet.Region
inPixels
Type: System.Single
inNormalizedImage
Type: AvlNet.Image
inFlags
Type: AvlNet.CharacterFeatures
outFeatures
Type: System.Single

See also