CogProfileCameraPeakDetectionModeConstants EnumerationCognex VisionPro 9.5
Options for peak detection mode.

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

public enum CogProfileCameraPeakDetectionModeConstants
Members

  Member nameValueDescription
Max0Uses peak of maximum strength for height calculation. The default.
Closest1Uses peak closest to camera for height calculation.
Farthest2Uses peak farthest from camera for height calculation.
See Also