Back to Adaptive Vision Studio website

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

SmoothImage_Median_Mask


Replaces each pixel with the median of pixels within a 3x3 rectangular kernel (faster).

Name Type Description
inImage Image Input image
inRoi Region* Range of outImage pixels to be computed
outImage Image Output image

Requirements

For input inImage only pixel formats are supported: uint8.

Read more about pixel formats in Image documentation.

Examples

SmoothImage_Median_Mask performed on a sample image.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Region exceeds an input image in SmoothImage_Median_Mask.
DomainError Not supported inImage pixel format in SmoothImage_Median_Mask.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of SmoothImage filter group.