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 float 0.6f Parameter for gaussian smoothing of the brightness profile
MinMagnitude float 5.0f Minimum acceptable edge strength
MaxInnerEdgeMagnitude atl::Optional<float> 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 float Minimum acceptable stripe width in pixels
MaxStripeWidth atl::Optional<float> Maximum acceptable stripe width in pixels