You are here: Start » FIL.NET » Function Reference » Region » Region Morphology » FIL.ThinRegion
Performs a morphological thinning on a region using predefined kernels.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outRegion | FilNet.Region | Output region. |
Description
The operation performs a morphological thinning. Similarly to other region morphology operations, thinning is conducted using a shape called kernel (or structuring element). There are two kernels: hit kernel and miss kernel, which are passed as parameters to RegionHitAndMissTransform. This operation's result is then subtracted from the input region giving the output region. The filter uses internally predefined kernels, which are the same as in SkeletonizeRegion filter.