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

PreSplitProcessingParams Class

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

This structure contains parameters for preprocessing the region.

Constructors

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

Properties

 NameTypeDescription
ClosingRadiusSystem.Int32Radius of morphological closing of the region.
HoleThresholdSystem.Nullable<System.Int32>Maximum area of a hole that will be filled.
KernelAvlNet.KernelShapeKernel shape used in the postprocessing operations.
OpeningRadiusSystem.Int32Radius of morphological opening of the region.
RemoveBoundaryBlobsSystem.BooleanIndicates whether blobs touching the border of ROI frame should be removed.

Methods

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

Remarks

See also