Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Spatial Transforms » CreateImagePyramid_Gauss

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
Input value inImage Image Input image
Input value inGaussKernelSize GaussKernel
Input value inMinPyramidLevel Integer 0 - 12
Input value inMaxPyramidLevel Integer 0 - 12
Input value inFunction DownsampleFunction
Output value 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.