CogOCVMaxDOFAttributeConstants EnumerationCognex VisionPro
Constants to help specify which aspect of a particular search degree of freedom (DOF) is being accessed. Only one such attribute may be accessed at a time.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax

public enum CogOCVMaxDOFAttributeConstants
Members

  Member nameValueDescription
Nominal0Selects the Nominal value of a particular DOF. This is the value used when the subject DOF is not enabled.
LowerLimit1Selects the LowerLimit value of a particular DOF. This is the lower limit of the range searched when the subject DOF is enabled.
UpperLimit2Selects the UpperLimit value of a particular DOF. This is the upper limit of the range searched when the subject DOF is enabled.
Overlap3Selects the Overlap value of a particular DOF. This is the amount by which two instances must overlap in order to be considered the same result.
See Also