You are here: Start » AVL.NET » Invoke.OpenRegion_AnyKernel

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
inRegionAvl.RegionInput region.
inKernelAvl.RegionKernel shape (any).
outRegionAvl.RegionOutput region.

See also