Start » Filter Reference » Image » Image Spatial Transforms » CreateImagePyramid
Module: | FoundationBasic |
---|
Creates an array of images, each downsampled from the previous one.
Applications
Frequently used to create scale-invariant image analysis algorithms.
Name | Type | Range | Description | |
---|---|---|---|---|
inImage | Image | Input image | ||
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.