You are here: Start » RidgeScanParams Structure

RidgeScanParams Structure

Namespace:Fil
Assembly:FilNet.Types.dll

This structure contains parameters of ridge scanning process. Instance of this structure should be customized and passed as a parameter to ridge scanning related functions.

Constructors

 ConstructorDescription
RidgeScanParams(ProfileInterpolationMethod, Single, Int32, Int32, RidgeOperator, Single, Polarity)

Properties

 NameTypeDescription
DefaultFil.RidgeScanParams Gets a default instance of the RidgeScanParams.
EmptyFil.RidgeScanParams Gets an empty instance of the RidgeScanParams.
MinMagnitudeSystem.Single
ProfileInterpolationFil.ProfileInterpolationMethod
RidgeMarginSystem.Int32
RidgeOperatorFil.RidgeOperator
RidgePolarityFil.Polarity
RidgeWidthSystem.Int32
SmoothingStdDevSystem.Single

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(Fil.RidgeScanParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also