You are here: Start » ThresholdParams Class

ThresholdParams Class

Namespace:Fil
Assembly:FilNet.Types.dll

Parameters for thresholding of an image.

Constructors

 ConstructorDescription
ThresholdParams()
ThresholdParams(Polarity, BlobThresholdReferenceMethod, Optional<Int32>, 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.ThresholdParams)
Dispose()Inherited from Fil.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Fil.ThresholdParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Fil.ThresholdParams)
ToString()Inherited from System.Object

Remarks

See also