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