CogHistogramLastRunRecordDiagConstants EnumerationCognex VisionPro 9.8 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: 75.0.0.0
Syntax

[FlagsAttribute]
public enum CogHistogramLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0Do not include any of the diagnostic data in the LastRunRecord.
InputImageByReference1Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy4Include a deep copy of the input image in the LastRunRecord.
Region256Include the region used for image processing in the LastRunRecord.
InputImageMask4096Include a graphic representing the input image mask in the LastRunRecord.
All-1Include all of the diagnostic data in the LastRunRecord.
Remarks

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

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

See Also