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

AVL.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,
	AvlNet.Region inRoi,
	AvlNet.ProjectionDirection inProjectionDirection,
	AvlNet.ProjectionMode inProjectionMode,
	out AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageMonochromatic image.
inRoiAvlNet.RegionRange of pixels to be processed. Default value: atl::NIL, or null.
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.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also