Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Local Transforms » SmoothRegion_Mean

SmoothRegion_Mean


Module: FoundationLite

Smooths an region by averaging pixels within a rectangular kernel.

Applications

Usually used for computing features related to local image "windows". Can be also used for noise removal, but Gauss is superior here.
Name Type Range Description
Input value inRegion Region Input region
Input value inRadiusX Integer 0 - Nearly half of the kernel's width (2*R+1)
Input value inRadiusY Integer* 0 - Nearly half of the kernel's height (2*R+1), or same as inRadiusX
Output value outImage Image Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Complexity Level

This filter is available on Basic Complexity Level.