CWIMAQEdgeOptions
CWIMAQEdgeOptions defines the characteristics of the filter used to detect edges.
Properties
Contrast | Threshold for the contrast of the edge. |
FilterWidth | Number of pixels that the function averages to find the contrast at either side of the edge. The default is 4. |
InterpolationMethod | Method used to perform the interpolation. The default is cwimaqInterpolateQuadratic. |
Steepness | Slope of the edge. The default is 2. |
SubPixelAccuracy | Number of samples to obtain from a pixel. For example, a subpixel accuracy of one-fourth specifies that each pixel is split into four subpixels. The default is cwimaqSubPixelNone. |