Enumeration of non-diagnostic data that can be included in the LastRunRecord.
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.10.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| Heatmaps | 1 | For every defined class, include a heatmap image record in the LastRunRecord. | |
| HeatmapsAsGraphics | 2 | For every defined class, include a dedicated input image record with an overlaid graphic of the associated heatmap. | |
| SegmentGraphic | 4 | Include a single graphic overlay that colors each input image pixel according to the most likely class associated with that pixel. | |
| FullSizeInputImage | 8 | Include the full size input image in the LastRunRecord. | |
| All | 4294967295 | Include all possible records in the LastRunRecord. |
See Also