You are here: Start » AVL.NET » Invoke.OpenImage_Mask
Removes small bright structures from an image (or fills in dark ones) by applying consecutive erosion and dilation.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void OpenImage_Mask ( Avl.Image inImage, Optional<Avl.Region> inRoi, Optional<Avl.Pixel> inBorderColor, Avl.MorphologyKernel 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. | ||
![]()  | inBorderColor | Atl.Optional<Avl.Pixel> | Color of the imaginary pixels outside the image boundaries. Default value: atl::NIL. | ||
![]()  | inKernel | Avl.MorphologyKernel | Kernel shape. | ||
![]()  | outImage | Avl.Image | Output image. | 


