CWIMAQShapeDetectionOptions

NI Vision for Visual Basic

CWIMAQShapeDetectionOptions

CWIMAQShapeDetectionOptions specifies the options that CWIMAQVision.DetectCircles, CWIMAQVisionDetectEllipses, CWIMAQVision.DetectLines, or CWIMAQVision.DetectRectangles use to detect shapes.

Properties

CurveOptionsOptions that specify how the algorithm finds curves in the image.
MatchModeSpecifies the method used when looking for geometric shapes in an image.
MinimumMatchScoreSpecifies the minimum score of a returned shape.
RotationAngleRangesCollection of angle ranges, where each range specifies how much you expect the shape to rotate in the image.
ScaleRangeSpecifies the range of sizes of the shape you expect to be in the image.

See Also

CWIMAQVision.DetectCircles

CWIMAQVision.DetectEllipses

CWIMAQVision.DetectRectangles

CWIMAQVision.DetectLines