You are here: Start » AVL.NET » Invoke.SmoothImage_Median_Mask
Replaces each pixel with the median of pixels within a 3x3 rectangular kernel (faster).
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SmoothImage_Median_Mask ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inRoi | Atl.Optional<Avl.Region> | Range of outImage pixels to be computed. Default value: atl::NIL. | ||
![]()  | outImage | Avl.Image | Output image. | 


