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

RegionProcessingParams Structure

Namespace:FilNet
Assembly:FIL.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
DefaultFilNet.RegionProcessingParams
IsDefaultSystem.Boolean
KernelFilNet.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(FilNet.RegionProcessingParams)
Equals(FilNet.RegionProcessingParams, FilNet.RegionProcessingParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also