You are here: Start » AVL.NET » AVL.RemoveRegionBlobs

AVL.RemoveRegionBlobs

Removes regions not fulfilling specific conditions

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RemoveRegionBlobs
(
	AvlNet.Region inRegion,
	AvlNet.RegionConnectivity inConnectivity,
	AvlNet.RegionFeature inFeature,
	bool inRemoveBoundaryBlobs,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inConnectivityAvlNet.RegionConnectivityType of connectivity used for the region foreground.
inFeatureAvlNet.RegionFeatureRegion feature value to be computed.
inRemoveBoundaryBlobsboolFalseFlag indicating whether the blobs on border of the input region should be removed or not. Default value: False.
outRegionAvlNet.RegionOutput region.

Function Overrides

See also