You are here: Start » AVL.NET » Invoke.RegionProjection

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
inRegionAvl.RegionInput region.
inProjectionDirectionAvl.ProjectionDirectionDirection in which the pixel occurrences are counted, 'horizontal' means summation row after row, 'vertical' indicates summation column after column.
outProfileAvl.ProfileProfile of pixel count in consecutive rows/columns.

See also