Back to Adaptive 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
inRegion Region Input region
inRadiusX Integer 0 - Nearly half of the kernel's width (2*R+1)
inRadiusY Integer* 0 - Nearly half of the kernel's height (2*R+1), or same as inRadiusX
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.