StripeScanParams

Description

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.

Structure fields and default values (if defined) are described below:

Name Type Default Description
ProfileInterpolation ProfileInterpolationMethod Quadratic4 Selects the method of sub-pixel precise edge detection
SmoothingStdDev FloatType 0.6f Parameter for gaussian smoothing of the brightness profile
MinMagnitude FloatType 5.0f Minimum acceptable edge strength
MaxInnerEdgeMagnitude FloatType Maximum strength of edges appearing between the two ends of a stripe
StripePolarity Polarity Specifies the type of stripes to be detected (Bright, Dark or Any)
MinStripeWidth FloatType Minimum acceptable stripe width in pixels
MaxStripeWidth FloatType Maximum acceptable stripe width in pixels