You are here: Start » AVL.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:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvl.ImageMonochromatic image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inProjectionDirectionAvl.ProjectionDirectionCombine pixel values for image rows (horizontal) or columns (vertical).
inProjectionModeAvl.ProjectionModeSumDetermines how the pixel values are combined. Default value: Sum.
outProfileAvl.ProfileOutput profile.

See also