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

AVL.RemoveRegionBlobs Method

Removes regions not fulfilling specific conditions

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RemoveRegionBlobs(
	AvlNet.Region inRegion,
	AvlNet.RegionConnectivity inConnectivity,
	AvlNet.RegionFeature inFeature,
	float? inMinimum,
	float? inMaximum,
	bool inRemoveBoundaryBlobs,
	out 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.
inMinimumfloat?<0.0f, INF>1.0fMinimal value of the considered feature. Default value: 1.0f, or null.
inMaximumfloat?<0.0f, INF>Maximal value of the considered feature. Default value: atl::NIL, or null.
inRemoveBoundaryBlobsboolFalseFlag indicating whether the blobs on border of the input region should be removed or not. Default value: False.
outRegionAvlNet.RegionOutput region.

See also