You are here: Start » AVL.NET » Invoke.SplitRegionIntoMultipleCharacters

Invoke.SplitRegionIntoMultipleCharacters

Splits the input region into an array of regions corresponding to individual characters.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SplitRegionIntoMultipleCharacters
(
	Avl.Region inRegion,
	float inProjectionSmooth,
	int inCharacterWidth,
	List<Avl.Region> outRegions,
	Diagnostic<List<Avl.Region>> diagClasses,
	Diagnostic<Avl.Profile> diagProjection
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region containing characters.
inProjectionSmoothfloat<0.0f, INF>1.0fValue of smooth applied to region projection before splitting into separated characters. Default value: 1.0f.
inCharacterWidthint<0, INF>15Single character width. Default value: 15.
outRegionsSystem.Collections.Generic.List<Avl.Region>Array or regions containing single characters.
diagClassesAvl.Diagnostic<System.Collections.Generic.List<Avl.Region>>Regions in which characters parts will be connected into a single character region.
diagProjectionAvl.Diagnostic<Avl.Profile>Profile of region projection used to distinguish characters.

See also