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

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

See also