You are here: Start » AVL.NET » AVS.ImageProjection Method

AVS.ImageProjection Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageMonochromatic image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inProjectionDirectionAvlNet.ProjectionDirectionCombine pixel values for image rows (horizontal) or columns (vertical).
inProjectionModeAvlNet.ProjectionModeSumDetermines how the pixel values are combined. Default value: Sum.
outProfileAvlNet.ProfileOutput profile.

Function Overrides

See also