SmartLineCurrentRecordConstants EnumerationCognex VisionPro 9.21

Enumeration of data that can be returned by the Tool's CreateCurrentRecord function.

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.21.0.0
Syntax

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

InputImageMask4

Include the input image mask in the CurrentRecord.

ExpectedLineNormal8

Include the expected line normal in the CurrentRecord. This interactive graphic is used to configure the ExpectedLineNormal property. In addition to rotating, this graphic is scalable and translatable to enable precise alignment of the normal angle relative to an edge in the input image.

TrainingDataImage16

Include the selected SmartLineTrainData's image in the CurrentRecord.

TrainingDataRegion32

Include the selected SmartLineTrainData's region in the CurrentRecord.

TrainingDataRegionMode64

Include the selected SmartLineTrainData's region mode graphic label in the CurrentRecord.

TrainingDataAssignments128

Include the selected SmartLineTrainData's assignments in the CurrentRecord.

TrainingDataVerificationResult256

Include the selected SmartLineTrainData's verification result in the CurrentRecord.

ProcessedTrainingDataImage512

Include the selected SmartLineTrainData's processed image in the CurrentRecord.

All4294967295

Include all possible records in the CurrentRecord.

See Also