Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| PatternPosition | 1 | Include a coordinate axes for the found pattern position in the last run input image. | |
| ResultsOrigin | 2 | Include a point marker graphic at the position of each character result in the last run input image. | |
| ResultsMatchRegion | 4 | Include an affine rectangle graphic for the region of each character position result in the last run input image. | |
| ResultsCoordinateAxes | 8 | Include a coordinate axes graphic at the position of each character result in the last run input image. | |
| ResultsLabel | 16 | Include a label graphic, with the font model name and instance, for each character position in the last run input image. | |
| All | -1 | Include all of the non-diagnostic data in the LastRunRecord. |
Remarks
Use these constants with LastRunRecordEnable to specify the tool records that the CogOCV Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also