CogPMAlignCurrentRecordConstants EnumerationCognex VisionPro
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: 65.1.0.0
Syntax

[FlagsAttribute]
public enum CogPMAlignCurrentRecordConstants
Members

  Member nameValueDescription
None0
TrainImage1Include the entire train image in the CurrentRecord.
TrainRegion2Include the (interactive) train region in the CurrentRecord.
TrainImageMask4Include a graphic representing the train image mask in the CurrentRecord.
PatternOrigin8Include an interactive pattern origin in the CurrentRecord.
PatternFeaturesCoarse16Include the coarse features of the pattern in the CurrentRecord.
PatternFeaturesFine32Include the fine features of the pattern in the CurrentRecord.
TrainShapeModels64Include the train shape models in the CurrentRecord.
TrainedPatternImage256Include the trained pattern image in the CurrentRecord. This is just the portion of the image that was within the train region.
TrainedPatternRegion512Include the non interactive trained pattern region in the CurrentRecord.
TrainedPatternImageMask1024Include a graphic representing the trained pattern image mask in the CurrentRecord.
TrainedPatternOrigin2048Include a non interactive pattern origin in the CurrentRecord.
TrainedPatternFeaturesCoarse4096Include the coarse features of the pattern in the CurrentRecord.
TrainedPatternFeaturesFine8192Include the fine features of the pattern in the CurrentRecord.
TrainedPatternShapeModels16384Include 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.
InputImage65536Include the input image in the CurrentRecord.
SearchRegion131072Include the search region in the CurrentRecord.
SearchImageMask262144Include a graphic representing the input image mask in the CurrentRecord.
CompositeDataItemCoarseUsed524288Show the coarse features of the train image that contributed to the composite pattern (cyan).
CompositeDataItemCoarseUnused1048576Show the coarse features of the train image that were discarded (red).
CompositeDataItemFineUsed2097152Show the fine features of the train image that contributed to the composite pattern (blue).
CompositeDataItemFineUnused4194304Show the fine features of the train image that were discarded (orange).
CompositeDataItemAlignment8388608Show 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