You are here: Start » AVL.NET » PreSplitProcessingParams Class

PreSplitProcessingParams Class

Namespace:Avl
Assembly:AvlNet.Types.dll

This structure contains parameters for preprocessing the region.

Constructors

 ConstructorDescription
PreSplitProcessingParams()
PreSplitProcessingParams(Boolean, KernelShape, Int32, Int32, Optional<Int32>)

Properties

 NameTypeDescription
ClosingRadiusSystem.Int32
HoleThresholdAtl.Optional<System.Int32>
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
KernelAvl.KernelShape
OpeningRadiusSystem.Int32
RemoveBoundaryBlobsSystem.Boolean

Methods

 NameDescription
CopyTo(Avl.PreSplitProcessingParams)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.PreSplitProcessingParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.PreSplitProcessingParams)
ToString()Inherited from System.Object

Remarks

See also