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

Invoke.TopHatRegion_AnyKernel

Performs a morphological white top hat operation on a region using an arbitrary kernel.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TopHatRegion_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