You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms » 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 | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inScaleStep | int | <0, 12> | 1 | Defines how many times the image size is divided by 1.5 or SQRT(2). Default value: 1. |
![]() | inMidlevelScale | FilNet.MidlevelScale | Determines which scale will be used. | ||
![]() | outImage | FilNet.Image | Output 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.