You are here: Start » AVL.NET » Invoke.DilateRegion_AnyKernel
Performs a morphological dilation on a region using an arbitrary kernel.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void DilateRegion_AnyKernel ( Avl.Region inRegion, Avl.Region inKernel, Optional<Avl.Location> inKernelAnchor, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inKernel | Avl.Region | Kernel shape (any). | ||
![]() | inKernelAnchor | Atl.Optional<Avl.Location> | Location within inKernel, defining its center. Default value: atl::NIL. | ||
![]() | outRegion | Avl.Region | Output region. |