Cog3DRangeImageCrossSectionCornerPolarityConstants EnumerationCognex VisionPro
An enumeration that specifies the polarity of a corner.

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

[ObsoleteAttribute]
public enum Cog3DRangeImageCrossSectionCornerPolarityConstants
Members

  Member nameValueDescription
Peak0 The corner occurs where the profile data is concave downward: the slope of the profile decreases as you move in the positive direction along the x-axis.
Valley1 The corner occurs where the profile data is concave upward: the slope of the profile increases as you move in the positive direction along the x-axis.
Both2 The desired corner can be either a peak or a valley.
See Also