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