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

StripeScanParams Class

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

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

Constructors

 ConstructorDescription
StripeScanParams(ProfileInterpolationMethod, Single, Single, Nullable<Single>, Polarity, Single, Nullable<Single>)
StripeScanParams()

Properties

 NameTypeDescription
MaxInnerEdgeMagnitudeSystem.Nullable<System.Single>Maximum strength of edges appearing between the two ends of a stripe
MaxStripeWidthSystem.Nullable<System.Single>Maximum acceptable stripe width in pixels
MinMagnitudeSystem.SingleMinimum acceptable edge strength
MinStripeWidthSystem.SingleMinimum acceptable stripe width in pixels
ProfileInterpolationAvlNet.ProfileInterpolationMethodSelects the method of sub-pixel precise edge detection
SmoothingStdDevSystem.SingleParameter for gaussian smoothing of the brightness profile
StripePolarityAvlNet.PolaritySpecifies the type of stripes to be detected (Bright, Dark or Any)

Methods

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

Remarks

See also