Enumeration of diagnostic data that can be included in the LastRunRecord.
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.0.0
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the diagnostic data in the LastRunRecord. | |
| InputImageByReference | 1 | Include a reference to the input image in the LastRunRecord. | |
| InputImageDeepCopy | 2 | Include a deep copy of the input image in the LastRunRecord. | |
| Region | 4 | Include a copy of the region in the LastRunRecord. | |
| InputImageMask | 8 | Include a copy of the input image mask in the LastRunRecord. | |
| ConsideredOutliers | 16 | Include the considered outlier edge points in the LastRunRecord. This graphic shows all edge points assessed during line fitting, but ultimately not used. | |
| UnconsideredOutliers | 32 | Include the unconsidered outlier edge points in the LastRunRecord. This graphic shows all edge points ruled out prior to line fitting. | |
| All | 4294967295 | Include all of the diagnostic data in the LastRunRecord. |