You are here: Start » AVL.NET » AVL.ImageProjection(AvlNet.Image, AvlNet.ProjectionDirection, AvlNet.ProjectionMode, AvlNet.Profile)

AVL.ImageProjection(AvlNet.Image, AvlNet.ProjectionDirection, AvlNet.ProjectionMode, AvlNet.Profile)

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

Parameters

inImage
Type: AvlNet.Image
Monochromatic image
inProjectionDirection
Type: AvlNet.ProjectionDirection
Combine pixel values for image rows (horizontal) or columns (vertical)
inProjectionMode
Type: AvlNet.ProjectionMode
Determines how the pixel values are combined
outProfile
Type: AvlNet.Profile
Output profile

See also