You are here: Start » AVL.NET » Invoke.SmoothImage_Mean_Mask
Smooths an image by averaging pixels within a small rectangular kernel.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SmoothImage_Mean_Mask ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.MeanKernel inKernel, 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. | ||
![]() | inKernel | Avl.MeanKernel | Selects a predefined kernel. | ||
![]() | outImage | Avl.Image | Output image. |