Enumeration of data that can be provided in the Tool's CurrentRecord.
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.24.0.0
| 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. The region can be used at train time and run time. The user may have to adjust the region position if the image at run time has gone through image processing or fixturing. | |
| SampledLabeledImage | 4 | Include the selected sampled labeled Image in the CurrentRecord. | |
| SampledUnlabeledImage | 8 | Include the selected sampled unlabeled Image in the CurrentRecord. | |
| TrainResult | 64 | Show the train result - the label and the score - on the labeled image and on the unlabeled Image if the PredictedResults were computed. | |
| All | 4294967295 | Include all possible records in the CurrentRecord. |