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

SplittingParams Structure

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

This structure contains parameters for splitting region into blobs.

Constructors

 ConstructorDescription
SplittingParams(Int32, Int32, Nullable<Int32>)

Properties

 NameTypeDescription
DefaultAvlNet.SplittingParams
IsDefaultSystem.Boolean
MaxAreaSystem.Nullable<System.Int32>Maximal area of a resulting blob.
MaxDistanceSystem.Int32Maximum distance between two blobs that will cause merging them into one.
MinAreaSystem.Int32Minimal area of a resulting blob.

Methods

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

Remarks

See also