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

RidgeScanParams Class

Namespace:AvlNet
Assembly:AVL.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
ProfileInterpolationAvlNet.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
RidgeOperatorAvlNet.RidgeOperatorSelects the function used to combine the brightness on the left and on the right side of the ridge
RidgePolarityAvlNet.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(AvlNet.RidgeScanParams)
Equals(AvlNet.RidgeScanParams, AvlNet.RidgeScanParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also