Enumeration of data used for creating result graphics.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Draw no result graphics. | |
| Origin | 1 | Draw a cross at the result's location. | |
| BoundingBox | 2 | Draw a bounding box around the result representing the matched region. | |
| TipText | 4 | Turn on tip text for result graphics. | |
| MatchRegion | 8 | Draw the match region for this result. | |
| CoordinateAxes | 16 | Draw the pattern origin coordinate axes. | |
| All | -1 | Draw all result graphics. |
See Also