You are here: Start » AVL.NET » Invoke.OpenRegion_AnyKernel
Performs a morphological opening on a region using an arbitrary kernel.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void OpenRegion_AnyKernel ( Avl.Region inRegion, Avl.Region inKernel, Avl.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | inKernel | Avl.Region | Kernel shape (any). | ||
![]()  | outRegion | Avl.Region | Output region. | 


