Back to FabImage Studio website
You are here: Start » Filter Reference » Image Local Transforms » 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 |
Only the following inImage pixel formats are supported: uint8
Examples
![]() |
![]() |
SmoothImage_Median_Mask performed on a sample image.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of SmoothImage filter group.