You are here: Start » FIL.NET » Function Reference » Computer Vision » Optical Character Recognition » FIL.SplitRegionIntoMultipleCharacters
Splits the input region into an array of regions corresponding to individual characters.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SplitRegionIntoMultipleCharacters ( FilNet.Region inRegion, float inProjectionSmooth, int inCharacterWidth, IList<FilNet.Region> outRegions )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region containing characters. | ||
![]() | inProjectionSmooth | float | <0.0f, INF> | 1.0f | Value of smooth applied to region projection before splitting into separated characters. Default value: 1.0f. |
![]() | inCharacterWidth | int | <0, INF> | 15 | Single character width. Default value: 15. |
![]() | outRegions | System.Collections.Generic.IList<FilNet.Region> | Array or regions containing single characters. |
Examples
![]() Input region. |
![]() Result of the filter's usage. |