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


