You are here: Start » FIL.NET » DynamicThresholdParams Class

DynamicThresholdParams Class

Namespace:Fil
Assembly:FilNet.Types.dll

This structure contains parameters for dynamic thresholding of an image.

Constructors

 ConstructorDescription
DynamicThresholdParams()
DynamicThresholdParams(Polarity, BlobThresholdReferenceMethod, Optional<Int32>, Int32, Int32)
DynamicThresholdParams(Polarity, BlobThresholdReferenceMethod, Int32, Int32)

Properties

 NameTypeDescription
HysteresisSystem.Int32
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
MethodFil.BlobThresholdReferenceMethod
PolarityFil.Polarity
RadiusFtl.Optional<System.Int32>
ThresholdSystem.Int32

Methods

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

Remarks

See also