CogIPTwoImageAddLastRunRecordDiagConstants EnumerationCognex VisionPro 9.21 SR1
Enumeration of Diagnostic data that can be provided in the Tool's LastRunRecord.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 85.1.0.0
Syntax

[FlagsAttribute]
public enum CogIPTwoImageAddLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0Do not include any of the diagnostic data in the LastRunRecord.
InputImagesByReference1Include references to the input images in the LastRunRecord.
InputImagesDeepCopy4Include deep copies of the input images in the LastRunRecord.
TransformedRegionImages32Generate records containing the pixels within the Region of the corresponding input image.
Regions256Include the regions used for image processing in the LastRunRecord.
ImageAlignmentPoints512Include alignment axes (if enabled) in the LastRunRecord.
OverlapMasks1024Include overlap masking on either the last run input images or last run region transformed images. If no region was specified, then the overlap will be displayed on the corresponding input image.
All-1Include all of the diagnostic data in the LastRunRecord.
Remarks

Use these constants with LastRunRecordDiagEnable to specify the diagnostic tool records that the CogIPTwoImageAdd Tool generates when you call CreateLastRunRecord .

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

See Also