Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| Histogram | 1 | Include the histogram graph in the LastRunRecord. | |
| CumulativeHistogram | 2 | Include the cumulative histogram graph with the histogram graphics in the LastRunRecord. | |
| Mean | 4 | Include a white line designating the mean with the histogram graphics in the LastRunRecord. | |
| Median | 8 | Include a yellow line designating the median with the histogram graphics in the LastRunRecord. | |
| All | -1 | Include all of the non-diagnostic data in the LastRunRecord. |
Remarks
Use these constants with LastRunRecordEnable to specify the 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