You are here: Start » AVL.NET » AVL.CreateImagePyramid(AvlNet.Image, int, int, AvlNet.Image[])

AVL.CreateImagePyramid(AvlNet.Image, int, int, AvlNet.Image[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImage
Type: AvlNet.Image
inMinPyramidLevel
Type: System.Int32
inMaxPyramidLevel
Type: System.Int32
outImagePyramid
Type: AvlNet.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