You are here: Start » FIL.NET » Invoke.RemoveRegionBlobs

Invoke.RemoveRegionBlobs

Splits a region into blobs, removes blobs not fulfilling the specified condition, and merges the rest back into one region.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RemoveRegionBlobs
(
	Fil.Region inRegion,
	Fil.RegionConnectivity inConnectivity,
	Fil.RegionFeature inFeature,
	Optional<float> inMinimum,
	Optional<float> inMaximum,
	bool inRemoveBoundaryBlobs,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
inConnectivityFil.RegionConnectivityType of connectivity used for the region foreground.
inFeatureFil.RegionFeatureRegion feature value to be computed.
inMinimumFtl.Optional<float><0.0f, INF>1.0fMinimal value of the considered feature. Default value: 1.0f.
inMaximumFtl.Optional<float><0.0f, INF>Maximal value of the considered feature. Default value: ftl::NIL.
inRemoveBoundaryBlobsboolFalseFlag indicating whether the blobs on border of the input region should be removed or not. Default value: False.
outRegionFil.RegionOutput region.

See also