Constants used to specify desired result graphics.
Namespace: Cognex.VisionPro.CNLSearchAssembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Draw no result graphics. | |
| TipText | 1 | Turn on tip text for result graphics. | |
| Origin | 2 | Draw a cross at the pattern origin of this result. | |
| BoundingBox | 4 | Draw a bounding box around the match region for this result. The bounding box will be aligned with the selected space of the run-time image. | |
| MatchRegion | 32 | Draw the match region for this result. This is a mapped version of the TrainRegion indicating where the pattern was found in the run-time image. | |
| All | -1 | Draw all result graphics. |
Remarks
Constants used to specify desired result graphics.
See Also