Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Spatial Transforms » DownsampleImage_Midlevels

DownsampleImage_Midlevels
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Shrinks an image by the factor of 1.5 or SQRT(2) along each axis.
Applications: Usually used to speed-up image analysis at the cost of reduced precision. It is internally used to implement the pyramid strategy.
Syntax
C++
C#
void fil::DownsampleImage_Midlevels ( const fil::Image& inImage, const int inScaleStep, fil::MidlevelScale::Type inMidlevelScale, fil::Image& outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | ||
![]() |
inScaleStep | const int | 0 - 24 | 1 | Defines how many times the image size is divided by 1.5 or SQRT(2) |
![]() |
inMidlevelScale | MidlevelScale::Type | Determines which scale will be used | ||
![]() |
outImage | 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.