You are here: Start » FIL.NET » FIS.RegionProjection Method
FIS.RegionProjection Method
Computes the profile of the region pixel count in consecutive rows or columns.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RegionProjection ( FilNet.Region inRegion, FilNet.ProjectionDirection inProjectionDirection, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inProjectionDirection | FilNet.ProjectionDirection | Direction in which the pixel occurrences are counted, 'horizontal' means summation row after row, 'vertical' indicates summation column after column. | ||
![]() | outProfile | FilNet.Profile | Profile of pixel count in consecutive rows/columns. |