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

BlobSplittingParams Structure

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

This structure contains parameters for splitting region into blobs.

Constructors

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

Properties

 NameTypeDescription
ConnectivityAvlNet.RegionConnectivityType of connectivity used for splitting region into blobs
DefaultAvlNet.BlobSplittingParams
IsDefaultSystem.Boolean
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(AvlNet.BlobSplittingParams)
Equals(object)Inherited from System.Object
Equals(AvlNet.BlobSplittingParams, AvlNet.BlobSplittingParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also