ClassifyCurrentRecordConstants EnumerationCognex VisionPro 9.10

Enumeration of data that can be provided in the Tool's CurrentRecord.

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

[FlagsAttribute]
public enum ClassifyCurrentRecordConstants
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. 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.

SampledLabeledImage4

Include the selected sampled labeled Image in the CurrentRecord.

SampledUnlabeledImage8

Include the selected sampled unlabeled Image in the CurrentRecord.

TrainResult64

Show the train result - the label and the score - on the labeled image and on the unlabeled Image if the PredictedResults were computed.

All4294967295

Include all possible records in the CurrentRecord.

See Also