Enumeration of data that can be included in the tool's CurrentRecord.
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.21.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any records in the CurrentRecord. | |
| InputImage | 1 | Include the input image in the CurrentRecord. | |
| Region | 2 | Include the interactive region in the CurrentRecord. | |
| SelectedLabeledTrainDataBoundedImage | 4 | Include the bounded image of the SelectedLabeledTrainData in the CurrentRecord. | |
| SelectedLabeledTrainDataClassOverlay | 8 | Include a single graphic overlay that colors each bounded image pixel according to the ClassItemToShapeAssignments of the SelectedLabeledTrainData. | |
| SelectedLabeledTrainDataClassLabels | 16 | For every defined class, include a mask image record created from the ClassItemToShapeAssignments of the SelectedLabeledTrainData in the CurrentRecord. | |
| All | 4294967295 | Include all possible records in the CurrentRecord. |
See Also