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

AVL.CreateImagePyramid Method

Creates an array of images, each downsampled from the previous one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateImagePyramid(
	AvlNet.Image inImage,
	int inMinPyramidLevel,
	int inMaxPyramidLevel,
	out AvlNet.Image[] outImagePyramid
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inMinPyramidLevelint<0, 12>
inMaxPyramidLevelint<0, 12>
outImagePyramidAvlNet.Image

Hardware Acceleration

This operation is optimized for SSE2 technology for pixels of type: 1xUINT8.

This operation is optimized for SSSE3 technology for pixels of type: 3xUINT8.

Hardware acceleration settings may be manipulated with Settings class.

See also