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

RidgeScanParams Structure

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.

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

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

Properties

 TypeNameDescription
AvlNet.RidgeScanParamsDefault Default RidgeScanParams
System.BooleanIsDefault
System.SingleMinMagnitude
AvlNet.ProfileInterpolationMethodProfileInterpolation
System.Int32RidgeMargin
AvlNet.RidgeOperatorRidgeOperator
AvlNet.PolarityRidgePolarity
System.Int32RidgeWidth
System.SingleSmoothingStdDev

Methods

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

See also