Enumeration of data that can be included in the CurrentRecord.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 65.1.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. | |
| InputImageMask | 4 | Include the input image mask in the CurrentRecord. | |
| ExpectedLineNormal | 8 | 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. | |
| All | -1 | Include all possible records in the CurrentRecord. |
See Also