CogPMAlignLastRunRecordDiagConstants EnumerationCognex VisionPro
Enumeration of Diagnostic data that can be provided in the Tool's LastRunRecord.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax

[FlagsAttribute]
public enum CogPMAlignLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0
InputImageByReference1Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy4Include a deep copy of the input image in the LastRunRecord.
TrainImageDeepCopy16Include the entire train image in the LastRunRecord.
TrainRegion32Include the train region in the LastRunRecord.
PatternOrigin64Include a pattern origin in the LastRunRecord.
PatternFeaturesCoarse128Include the coarse features of the pattern in the LastRunRecord.
PatternFeaturesFine256Include the fine features of the pattern in the LastRunRecord.
TrainImageMask512Include a graphic representing the train image mask in the LastRunRecord.
TrainShapeModels1024Include a graphic representing the train shape models in the LastRunRecord.
TrainedPatternImage4096Include the trained pattern image in the LastRunRecord. This is just the portion of the image that was within the train region.
TrainedPatternRegion8192Include the pattern region in the trained pattern image of the LastRunRecord.
TrainedPatternOrigin16384Include the pattern origin in the trained pattern image of the LastRunRecord.
TrainedPatternFeaturesCoarse32768Include the coarse features of the pattern in the trained pattern image of the LastRunRecord.
TrainedPatternFeaturesFine65536Include the fine features of the pattern in the trained pattern image of the LastRunRecord.
TrainedPatternImageMask131072Include a graphic representing the trained pattern image mask in the LastRunRecord.
TrainedPatternShapeModels262144Include a graphic representing the trained pattern shape models in the LastRunRecord.
ResultsMatchFeatures1048576Include the match features of each result in the LastRunRecord.
SearchRegion2097152Include the search region in the LastRunRecord.
SearchImageMask4194304Include a graphic representing the input image mask in the LastRunRecord.
FlexDeformationGrid8388608Include a graphic representing the PatFlex deformation transform in the LastRunRecord.
FlexUnwarpedImages16777216Include 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