You are here: Start » AVL.NET » Function Reference » Image » Image Spatial Transforms » AVL.DownsampleImage_Midlevels

AVL.DownsampleImage_Midlevels

Shrinks an image by the factor of 1.5 or SQRT(2) along each axis.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DownsampleImage_Midlevels
(
	AvlNet.Image inImage,
	int inScaleStep,
	AvlNet.MidlevelScale inMidlevelScale,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inScaleStepint<0, 12>1Defines how many times the image size is divided by 1.5 or SQRT(2). Default value: 1.
inMidlevelScaleAvlNet.MidlevelScaleDetermines which scale will be used.
outImageAvlNet.ImageOutput 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.

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also