Back to FabImage Studio website
You are here: Start » Filter Reference » Image » Image Spatial Transforms » CreateImagePyramid_Gauss
Module: | FoundationBasic |
---|
Creates an array of images, each downsampled from the previous, gauss-smoothed one.
Applications
Frequently used to create scale-invariant image analysis algorithms. Reduces impact of pixel aliasing.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inGaussKernelSize | GaussKernel | ||
![]() |
inMinPyramidLevel | Integer | 0 - 12 | |
![]() |
inMaxPyramidLevel | Integer | 0 - 12 | |
![]() |
inFunction | DownsampleFunction | ||
![]() |
outImagePyramid | ImageArray |
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.
Complexity Level
This filter is available on Expert Complexity Level.