You are here: Start » AVL.NET » AVL.SmoothImage_Median_Mask(AvlNet.Image, AvlNet.Region, AvlNet.Image)
AVL.SmoothImage_Median_Mask(AvlNet.Image, AvlNet.Region, AvlNet.Image)
Replaces each pixel with the median of pixels within a 3x3 rectangular kernel (faster).
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SmoothImage_Median_Mask( AvlNet.Image inImage, AvlNet.Region inRoi, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.Region
Range of outImage pixels to be computed, or null. - outImage
- Type: AvlNet.Image
Output image
Examples
![]() |
![]() |
SmoothImage_Median_Mask performed on a sample image.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.


