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

Invoke.ImageProjection

Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageProjection
(
	Fil.Image inImage,
	Optional<Fil.Region> inRoi,
	Fil.ProjectionDirection inProjectionDirection,
	Fil.ProjectionMode inProjectionMode,
	Fil.Profile outProfile
)

Parameters

Name Type Range Default Description
inImageFil.ImageMonochromatic image.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inProjectionDirectionFil.ProjectionDirectionCombine pixel values for image rows (horizontal) or columns (vertical).
inProjectionModeFil.ProjectionModeSumDetermines how the pixel values are combined. Default value: Sum.
outProfileFil.ProfileOutput profile.

See also