LineMaxCurrentRecordConstants EnumerationCognex VisionPro 9.21 SR1

Enumeration of data that can be included in the CurrentRecord.

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

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

All4294967295

Include all possible records in the CurrentRecord.

See Also