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

AVL.ErodeRegion_Threshold

Erodes a region with inThresholdValue pixels of inKernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ErodeRegion_Threshold
(
	AvlNet.Region inRegion,
	AvlNet.Region inKernel,
	AvlNet.Location? inKernelAnchor,
	int inThresholdValue,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inKernelAvlNet.Region
inKernelAnchorAvlNet.Location?
inThresholdValueint<0, INF>
outRegionAvlNet.RegionOutput region.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Empty kernel on input in ErodeRegion_Threshold.

Function Overrides

See also