Enumeration of data that can be provided in the Tool's CurrentRecord.
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 records in the CurrentRecord. | |
| InputImage | 1 | Include the input image in the CurrentRecord. | |
| PatternPositionCoordinateAxes | 2 | Include a coordinate axes at the origin of the pattern in the interactive composite shape used for setting up the run-time pattern position in the input image. | |
| PatternPositionCharacterOrigins | 4 | Include a point marker at the position of each character in the interactive composite shape used for setting up the run-time pattern position in the input image. | |
| PatternPositionCharacterCoordinateAxes | 8 | Include a coordinate axes at the position of each character in the interactive composite shape used for setting up the run-time pattern position in the input image. | |
| PatternPositionCharacterRegions | 16 | Include an affine rectangle for the region of each character in the interactive composite shape used for setting up the run-time pattern position in the input image. | |
| PatternPositionCharacterLabels | 32 | Include a label, with the font model name and instance, for each character in the interactive composite shape used for up setting the run-time pattern position in the input image. | |
| PatternReferenceImage | 4096 | Include the pattern reference image in the CurrentRecord. | |
| PatternOriginUniform | 8192 | Include an interactive coordinate axes for the pattern origin on the pattern reference image. All of the character positions will move in uniform with this pattern origin graphic as it is moved. | |
| PatternOriginFree | 16384 | Include an interactive coordinate axes for the pattern origin on the pattern reference image. All of the character positions will remain in the same location relative the reference image as this pattern origin graphic is moved. | |
| CharacterPositionsCoordinateAxes | 32768 | Include a coordinate axes graphic for each character position in the pattern reference image. | |
| CharacterPositionsOrigin | 65536 | Include a point marker graphic for each character position in the pattern reference image. | |
| CharacterPositionsRegion | 262144 | Include an affine rectangle graphic for the region of each character position in the pattern reference image. | |
| CharacterPositionsLabel | 131072 | Include a label graphic, with the font model name and instance, for each character position in the pattern reference image. | |
| All | -1 | Include all possible records in the CurrentRecord. |
Remarks
Use these constants with CurrentRecordEnable to specify the tool records that the CogOCV Tool generates when you call CreateCurrentRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also