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

RidgeScanParams3D Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

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

Constructors

 ConstructorDescription
RidgeScanParams3D(ProfileInterpolationMethod, Single, Single, Single, RidgeOperator, Single, SurfaceRidgePolarity)
RidgeScanParams3D()

Properties

 NameTypeDescription
MinMagnitudeSystem.SingleMinimum acceptable surface ridge strength
ProfileInterpolationAvlNet.ProfileInterpolationMethodSelects the method of sub-pixel precise surface ridge detection
RidgeMarginSystem.SingleThickness of a sampling area outside of the ridge, on both of its sides
RidgeOperatorAvlNet.RidgeOperatorSelects the function used to combine the height on the left and on the right side of the ridge
RidgePolarityAvlNet.SurfaceRidgePolaritySpecifies the type of surface ridges to be detected
RidgeWidthSystem.SingleExpected thickness of the ridge
SmoothingStdDevSystem.SingleParameter for gaussian smoothing of the height profile

Methods

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

Remarks

See also