You are here: Start » FIL.NET » FIS.ImageProjection Method

FIS.ImageProjection Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageProjection
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	FilNet.ProjectionDirection inProjectionDirection,
	FilNet.ProjectionMode inProjectionMode,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageMonochromatic image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inProjectionDirectionFilNet.ProjectionDirectionCombine pixel values for image rows (horizontal) or columns (vertical).
inProjectionModeFilNet.ProjectionModeSumDetermines how the pixel values are combined. Default value: Sum.
outProfileFilNet.ProfileOutput profile.

Function Overrides

See also