CogSobelEdgeLastRunRecordConstants EnumerationCognex VisionPro 9.7
Enumeration of Non-Diagnostic data that can be included in the tool's LastRunRecord.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 73.0.0.0
Syntax

[FlagsAttribute]
public enum CogSobelEdgeLastRunRecordConstants
Members

  Member nameValueDescription
None0Do not include any of the non-diagnostic data in the LastRunRecord.
EdgeAngleImage2Include in the LastRunRecord a reference to the Result object's EdgeAngleImage.
EdgeMagnitudeImage4Include in the LastRunRecord a reference to the Result object's EdgeMagnitudeImage.
FinalMagnitudeImage8Include in the LastRunRecord a reference to the Result object's FinalMagnitudeImage.
All-1Include all of the non-diagnostic data in the LastRunRecord.
Remarks

Use these constants with LastRunRecordEnable to specify the tool records that the CogSobelEdge Tool generates when you call CreateLastRunRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also