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

AVL.CreateImagePyramid_Gauss Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inGaussKernelSizeAvlNet.GaussKernel
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