EdgeScanParams
Description
This structure contains parameters of edge scanning process. Instance of this structure should be customized and passed as a parameter to edge 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 |
| EdgeTransition | EdgeTransition | Specifies the type of edges to be detected |
