CogPMRedLineCurrentRecordConstants EnumerationCognex VisionPro 9.5
Enumeration of data that can be provided in the Tool's CurrentRecord.

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 69.0.0.0
Syntax

[FlagsAttribute]
public enum CogPMRedLineCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputImage1 Include the input image in the CurrentRecord.
SearchRegion2 Include the (interactive) search region in the CurrentRecord.
SearchImageMask4 Include a graphic representing the search image mask in the CurrentRecord.
TrainImage8 Include the entire train image in the CurrentRecord.
TrainRegion16 Include the (interactive) train region in the CurrentRecord.
TrainImageMask32 Include a graphic representing the train image mask in the CurrentRecord.
PatternOrigin64 Include an interactive pattern origin in the CurrentRecord.
PatternFeatures128 Include a graphic representing the trained pattern features in the CurrentRecord.
All-1 Include all possible records in the CurrentRecord.
See Also