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

RidgeScanParams Class

Namespace:FilNet
Assembly:FIL.NET.TS.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)
RidgeScanParams()

Properties

 NameTypeDescription
MinMagnitudeSystem.SingleMinimum acceptable ridge strength
ProfileInterpolationFilNet.ProfileInterpolationMethodSelects the method of sub-pixel precise ridge detection
RidgeMarginSystem.Int32Number of pixels that are sampled outside of the ridge, on both of its sides
RidgeOperatorFilNet.RidgeOperatorSelects the function used to combine the brightness on the left and on the right side of the ridge
RidgePolarityFilNet.PolaritySpecifies the type of ridges to be detected (Bright, Dark or Any)
RidgeWidthSystem.Int32Expected thickness of the ridge in pixels
SmoothingStdDevSystem.SingleParameter for gaussian smoothing of the brightness profile

Methods

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

Remarks

See also