CogPMAlignMultiCurrentRecordConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration of data that can be provided in the Tool's CurrentRecord.

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

[FlagsAttribute]
public enum CogPMAlignMultiCurrentRecordConstants
Members

  Member nameValueDescription
None0Do not include any records in the CurrentRecord.
InputImage1Include the input image in the CurrentRecord.
SearchRegion2Include the search region in the CurrentRecord.
SearchImageMask4Include a graphic representing the input image mask in the CurrentRecord.
PatternTrainImage8Include the entire train image of the selected pattern in the CurrentRecord.
PatternTrainRegion16Include the train region of the selected pattern in the CurrentRecord.
PatternTrainImageMask32Include a graphic representing the train image mask of the selected pattern in the CurrentRecord.
PatternOrigin64Include a non interactive pattern origin of the selected pattern in the CurrentRecord.
PatternFeaturesCoarse128Include the coarse features of the selected pattern in the CurrentRecord.
PatternFeaturesFine256Include the fine features of the selected pattern in the CurrentRecord.
PatternTrainShapeModels512Include the train shape models of the selected pattern in the CurrentRecord.
All-1Include all possible records in the CurrentRecord.
See Also