CogSobelEdgeCurrentRecordConstants EnumerationCognex VisionPro 9.5
Enumeration of data that can be included in the tool's CurrentRecord.

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

[FlagsAttribute]
public enum CogSobelEdgeCurrentRecordConstants
Members

  Member nameValueDescription
None0Do not include any records in the CurrentRecord.
InputImage2Include the input image in the CurrentRecord.
Region4Include the (interactive) region to be processed in the CurrentRecord.
All-1Include all possible records in the CurrentRecord.
Remarks

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

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

See Also