You are here: Start » AVL.NET » Invoke.ErodeImage_AnyKernel
Replaces each pixel with the minimum of pixels within an arbitrary kernel.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ErodeImage_AnyKernel ( Avl.Image inImage, Optional<Avl.Region> inRoi, Optional<Avl.Region> inSourceRoi, Optional<Avl.Pixel> inBorderColor, Avl.Region inKernel, Optional<Avl.Location> inKernelAnchor, 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. | ||
![]()  | inSourceRoi | Atl.Optional<Avl.Region> | Range of inImage pixels to be considered in computations. Default value: atl::NIL. | ||
![]()  | inBorderColor | Atl.Optional<Avl.Pixel> | Color of the imaginary pixels outside the image boundaries. Default value: atl::NIL. | ||
![]()  | inKernel | Avl.Region | Kernel shape (any). | ||
![]()  | inKernelAnchor | Atl.Optional<Avl.Location> | A location within inKernel, defining its center. Default value: atl::NIL. | ||
![]()  | outImage | Avl.Image | Output image. | 


