You are here: Start » AVL.NET » Function Reference » Region » Region Morphology » AVL.TopHatRegion_AnyKernel

AVL.TopHatRegion_AnyKernel

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TopHatRegion_AnyKernel
(
	AvlNet.Region inRegion,
	AvlNet.Region inKernel,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inKernelAvlNet.RegionKernel shape (any).
outRegionAvlNet.RegionOutput region.

Errors

List of possible exceptions:

Error type Description
DomainError Empty kernel on input in TopHatRegion_AnyKernel.

See also