CWIMAQEdgeOptions2
CWIMAQEdgeOptions2 defines the characteristics of the filter used to detect edges.
Properties
ColumnProcessingMode | Specifies the processing mode used to combine multiple pixels for edge detection |
InterpolationType | Specifies the interpolation method used to locate the edge position. The default value is Bilinear Fixed. |
KernelSize | Specifies the size of the edge detection kernel. The default value is 3. |
MinThreshold | Specifies the minimum edge strength, also known as the gradient magnitude, required for a detected edge. The default value is 10. |
Polarity | Specifies the polarity of the edges to be found. |
Width | Specifies the number of pixels averaged perpendicular to the search direction to compute the edge profile strength at each point along the search region. The default value is 3. |