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

RegionProcessingParams Structure

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

This structure contains parameters for opening and closing of a region.

Constructors

 ConstructorDescription
RegionProcessingParams(KernelShape, Int32, Int32)

Properties

 NameTypeDescription
ClosingRadiusSystem.Int32Radius of morphological closing of a region
DefaultAvlNet.RegionProcessingParams
IsDefaultSystem.Boolean
KernelAvlNet.KernelShapeKernel shape for opening and closing of a region
OpeningRadiusSystem.Int32Radius of morphological opening of a region

Methods

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

Remarks

See also