You are here: Start » AVL.NET » BlobSplittingParams Structure

BlobSplittingParams Structure

This structure contains parameters for splitting region into blobs.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
BlobSplittingParams(RegionConnectivity, Int32, Nullable<Int32>, Boolean)

Properties

 NameTypeDescription
ConnectivityAvlNet.RegionConnectivityType of connectivity used for splitting region into blobs
MaxAreaSystem.Nullable<System.Int32>Maximal area of a resulting blob
MinAreaSystem.Int32Minimal area of a resulting blob
RemoveBoundaryBlobsSystem.BooleanFlag indicating whether blobs on border of region should be removed

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also