SegmentCurrentRecordConstants EnumerationCognex VisionPro 9.21 SR1

Enumeration of data that can be included in the tool's CurrentRecord.

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

[FlagsAttribute]
public enum SegmentCurrentRecordConstants
Members

  Member nameValueDescription
None0

Do not include any records in the CurrentRecord.

InputImage1

Include the input image in the CurrentRecord.

Region2

Include the interactive region in the CurrentRecord.

SelectedLabeledTrainDataBoundedImage4

Include the bounded image of the SelectedLabeledTrainData in the CurrentRecord.

SelectedLabeledTrainDataClassOverlay8

Include a single graphic overlay that colors each bounded image pixel according to the ClassItemToShapeAssignments of the SelectedLabeledTrainData.

SelectedLabeledTrainDataClassLabels16

For every defined class, include a mask image record created from the ClassItemToShapeAssignments of the SelectedLabeledTrainData in the CurrentRecord.

All4294967295

Include all possible records in the CurrentRecord.

See Also