CogOCVLastRunRecordConstants EnumerationCognex VisionPro 9.7
Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 73.0.0.0
Syntax

[FlagsAttribute]
public enum CogOCVLastRunRecordConstants
Members

  Member nameValueDescription
None0Do not include any of the non-diagnostic data in the LastRunRecord.
PatternPosition1Include a coordinate axes for the found pattern position in the last run input image.
ResultsOrigin2Include a point marker graphic at the position of each character result in the last run input image.
ResultsMatchRegion4Include an affine rectangle graphic for the region of each character position result in the last run input image.
ResultsCoordinateAxes8Include a coordinate axes graphic at the position of each character result in the last run input image.
ResultsLabel16Include a label graphic, with the font model name and instance, for each character position in the last run input image.
All-1Include 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