You are here: Start » FIL.NET » FIS.SplitRegionIntoExactlyNCharacters Method
FIS.SplitRegionIntoExactlyNCharacters Method
Splits the input region into a fixed-size array of regions corresponding to individual characters.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SplitRegionIntoExactlyNCharacters ( FilNet.Region inRegion, int inCharacterCount, int inCharacterSpacing, float inProjectionSmooth, INullable<SafeList<FilNet.Region>> outRegions, IList<FilNet.Region> diagClasses, FilNet.Profile diagProjection )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Region which contains characters. | ||
![]() | inCharacterCount | int | <1, INF> | Character count in provided region. | |
![]() | inCharacterSpacing | int | <0, INF> | Spacing size between characters. | |
![]() | inProjectionSmooth | float | <0.0f, INF> | 1.0f | Projection smoothing value used to remove noises from character region. Default value: 1.0f. |
![]() | outRegions | FilNet.INullable<FilNet.SafeList<FilNet.Region>> | Output array of regions containing separated characters. This parameter cannot be null. | ||
![]() | diagClasses | System.Collections.Generic.IList<FilNet.Region> | Regions that contain location of split characters. | ||
![]() | diagProjection | FilNet.Profile | Profile of region projection used to distinguish characters. |