Enumeration of data that can be provided in the Tool's
CurrentRecord.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 69.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. | |
| SearchRegion | 2 | Include the (interactive) search region in the CurrentRecord. | |
| SearchImageMask | 4 | Include a graphic representing the search image mask in the CurrentRecord. | |
| TrainImage | 8 | Include the entire train image in the CurrentRecord. | |
| TrainRegion | 16 | Include the (interactive) train region in the CurrentRecord. | |
| TrainImageMask | 32 | Include a graphic representing the train image mask in the CurrentRecord. | |
| PatternOrigin | 64 | Include an interactive pattern origin in the CurrentRecord. | |
| PatternFeatures | 128 | Include a graphic representing the trained pattern features in the CurrentRecord. | |
| All | -1 | Include all possible records in the CurrentRecord. |
See Also