SegmentLastRunRecordConstants EnumerationCognex VisionPro 9.20

Enumeration of non-diagnostic data that can be included in the LastRunRecord.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.10.0.0
Syntax

[FlagsAttribute]
public enum SegmentLastRunRecordConstants
Members

  Member nameValueDescription
None0

Do not include any of the non-diagnostic data in the LastRunRecord.

Heatmaps1

For every defined class, include a heatmap image record in the LastRunRecord.

HeatmapsAsGraphics2

For every defined class, include a dedicated input image record with an overlaid graphic of the associated heatmap.

SegmentGraphic4

Include a single graphic overlay that colors each input image pixel according to the most likely class associated with that pixel.

FullSizeInputImage8

Include the full size input image in the LastRunRecord.

All4294967295

Include all possible records in the LastRunRecord.

See Also