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

StripeScanParams3D Class

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

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

Constructors

 ConstructorDescription
StripeScanParams3D(ProfileInterpolationMethod, Single, Single, Nullable<Single>, SurfaceStripePolarity, Single, Nullable<Single>)
StripeScanParams3D()

Properties

 NameTypeDescription
MaxInnerEdgeMagnitudeSystem.Nullable<System.Single>Maximum strength of surface edges appearing between the two ends of a surface stripe
MaxStripeWidthSystem.Nullable<System.Single>Maximum acceptable stripe width
MinMagnitudeSystem.SingleMinimum acceptable surface edge strength
MinStripeWidthSystem.SingleMinimum acceptable stripe width
ProfileInterpolationAvlNet.ProfileInterpolationMethodSelects the method of sub-pixel precise edge detection
SmoothingStdDevSystem.SingleParameter for gaussian smoothing of the height profile
StripePolarityAvlNet.SurfaceStripePolaritySpecifies the type of surface stripes to be detected

Methods

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

Remarks

See also