Enumeration of Diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| InputImageByReference | 1 | Include a reference to the input image in the LastRunRecord. | |
| InputImageDeepCopy | 4 | Include a deep copy of the input image in the LastRunRecord. | |
| TrainImageDeepCopy | 16 | Include the entire train image in the LastRunRecord. | |
| TrainRegion | 32 | Include the train region in the LastRunRecord. | |
| PatternOrigin | 64 | Include a pattern origin in the LastRunRecord. | |
| PatternFeaturesCoarse | 128 | Include the coarse features of the pattern in the LastRunRecord. | |
| PatternFeaturesFine | 256 | Include the fine features of the pattern in the LastRunRecord. | |
| TrainImageMask | 512 | Include a graphic representing the train image mask in the LastRunRecord. | |
| TrainShapeModels | 1024 | Include a graphic representing the train shape models in the LastRunRecord. | |
| TrainedPatternImage | 4096 | Include the trained pattern image in the LastRunRecord. This is just the portion of the image that was within the train region. | |
| TrainedPatternRegion | 8192 | Include the pattern region in the trained pattern image of the LastRunRecord. | |
| TrainedPatternOrigin | 16384 | Include the pattern origin in the trained pattern image of the LastRunRecord. | |
| TrainedPatternFeaturesCoarse | 32768 | Include the coarse features of the pattern in the trained pattern image of the LastRunRecord. | |
| TrainedPatternFeaturesFine | 65536 | Include the fine features of the pattern in the trained pattern image of the LastRunRecord. | |
| TrainedPatternImageMask | 131072 | Include a graphic representing the trained pattern image mask in the LastRunRecord. | |
| TrainedPatternShapeModels | 262144 | Include a graphic representing the trained pattern shape models in the LastRunRecord. | |
| ResultsMatchFeatures | 1048576 | Include the match features of each result in the LastRunRecord. | |
| SearchRegion | 2097152 | Include the search region in the LastRunRecord. | |
| SearchImageMask | 4194304 | Include a graphic representing the input image mask in the LastRunRecord. | |
| FlexDeformationGrid | 8388608 | Include a graphic representing the PatFlex deformation transform in the LastRunRecord. | |
| FlexUnwarpedImages | 16777216 | Include an image 'unwarped' by the PatFlex deformation transform in the LastRunRecord. | |
| All | -1 |
Remarks
Use these constants with LastRunRecordDiagEnable to specify the diagnostic tool records that the CogPMAlign Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also