CWIMAQStraightEdgeOptions
CWIMAQStraightEdgeOptions defines the options used to detect straight edges.
Properties
| AngleRange | Specifies the ± range around the Orientation within which the straight edge is expected to be found. |
| AngleTolerance | Specifies the expected angular accuracy of the straight edge. |
| HoughIterations | Specifies the number of iterations used in the Hough-based methods. |
| MaxScore | Sets the maximum score of a detected straight edge for it to be valid. |
| MinCoverage | Specifies the minimum number of points as a percentage of the number of search lines that need to be included in the detected straight edge. |
| MinScore | Sets the minimum score of a detected straight edge for it to be valid. |
| MinSignalToNoiseRatio | Specifies the minimum signal-to-noise ratio of the edge points used to fit the straight edge. |
| NumberOfLines | Determines the maximum number of straight edges to search for. |
| Orientation | Specifies the angle at which the straight edge is expected to be found. |
| SearchMode | Determines the search mode used for finding straight edges. |
| StepSize | Specifies the gap in pixels between the search lines used with the Rake-based methods. |