Enumeration of data that can be provided in the Tool's CurrentRecord.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| TrainImage | 1 | Include the entire train image in the CurrentRecord. | |
| TrainRegion | 2 | Include the (interactive) train region in the CurrentRecord. | |
| TrainImageMask | 4 | Include a graphic representing the train image mask in the CurrentRecord. | |
| PatternOrigin | 8 | Include an interactive pattern origin in the CurrentRecord. | |
| PatternFeaturesCoarse | 16 | Include the coarse features of the pattern in the CurrentRecord. | |
| PatternFeaturesFine | 32 | Include the fine features of the pattern in the CurrentRecord. | |
| TrainShapeModels | 64 | Include the train shape models in the CurrentRecord. | |
| TrainedPatternImage | 256 | Include the trained pattern image in the CurrentRecord. This is just the portion of the image that was within the train region. | |
| TrainedPatternRegion | 512 | Include the non interactive trained pattern region in the CurrentRecord. | |
| TrainedPatternImageMask | 1024 | Include a graphic representing the trained pattern image mask in the CurrentRecord. | |
| TrainedPatternOrigin | 2048 | Include a non interactive pattern origin in the CurrentRecord. | |
| TrainedPatternFeaturesCoarse | 4096 | Include the coarse features of the pattern in the CurrentRecord. | |
| TrainedPatternFeaturesFine | 8192 | Include the fine features of the pattern in the CurrentRecord. | |
| TrainedPatternShapeModels | 16384 | Include the trained pattern shape models in the CurrentRecord. This is just the portion of the shape models that are within the pixel aligned bounding box of the train region. | |
| InputImage | 65536 | Include the input image in the CurrentRecord. | |
| SearchRegion | 131072 | Include the search region in the CurrentRecord. | |
| SearchImageMask | 262144 | Include a graphic representing the input image mask in the CurrentRecord. | |
| CompositeDataItemCoarseUsed | 524288 | Show the coarse features of the train image that contributed to the composite pattern (cyan). | |
| CompositeDataItemCoarseUnused | 1048576 | Show the coarse features of the train image that were discarded (red). | |
| CompositeDataItemFineUsed | 2097152 | Show the fine features of the train image that contributed to the composite pattern (blue). | |
| CompositeDataItemFineUnused | 4194304 | Show the fine features of the train image that were discarded (orange). | |
| CompositeDataItemAlignment | 8388608 | Show the alignment features of the pattern in the train image. The alignment graphics conist of the pose and the match features. Available only when the pattern was found through the edit control. Noticed that these features are the features of the pattern that was used to find the alignment pose. This pattern may have been replaced by a more recently trained one. | |
| All | -1 |
Remarks
Use these constants with CurrentRecordEnable to specify the tool records that the CogPMAlign Tool generates when you call CreateCurrentRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also