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

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

[FlagsAttribute]
public enum CogPatInspectCurrentRecordConstants
Members

  Member nameValueDescription
None0Do not include any records in the CurrentRecord.
InputImage1Include the input image in the CurrentRecord.
Pose2Include a non-interactive coordinate axes representing the pose on the current input image.
Region4Include a non-interactive graphic for the region on the current input image. This region represents the train-time region mapped onto the current input image based on the supplied pose property of the tool.
TrainImage16Include the train image in the CurrentRecord.
PatternOrigin32Include a non-interactive coordinate axes representing the pattern origin on the current train image.
TrainRegion128Include the (interactive) train region on the current train image.
TrainImageMask64Include a graphic representing the train image mask on the current train image.
TrainedPatternImage256Include the trained pattern image in the CurrentRecord.
TrainedThresholdImage512Include the trained threshold image in the CurrentRecord.
TrainedPatternRegion4096Include a non-interactive graphic representing the train region on both the trained pattern image and the trained threshold image.
TrainedPatternOrigin8192Include a non-interactive graphic representing the pattern origin on both the trained pattern image and the trained threshold image.
TrainedPatternImageMask16384Include a graphic representing the trained image mask on the trained pattern image and trained threshold image.
All-1Include all possible records in the CurrentRecord.
Remarks

Use these constants with CurrentRecordEnable to specify the tool records that the CogPatInspect Tool generates when you call CreateCurrentRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also