CWIMAQShapeDetectionOptions
CWIMAQShapeDetectionOptions specifies the options that CWIMAQVision.DetectCircles, CWIMAQVisionDetectEllipses, CWIMAQVision.DetectLines, or CWIMAQVision.DetectRectangles use to detect shapes.
Properties
| CurveOptions | Options that specify how the algorithm finds curves in the image. |
| MatchMode | Specifies the method used when looking for geometric shapes in an image. |
| MinimumMatchScore | Specifies the minimum score of a returned shape. |
| RotationAngleRanges | Collection of angle ranges, where each range specifies how much you expect the shape to rotate in the image. |
| ScaleRange | Specifies the range of sizes of the shape you expect to be in the image. |