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

FIL.DownsampleImage_Midlevels

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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