CogHistogramResultGraphicConstants EnumerationCognex VisionPro
Constants used to specify desired result graphics.

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

[FlagsAttribute]
public enum CogHistogramResultGraphicConstants
Members

  Member nameValueDescription
None0Draw no result graphics.
TipText1Turn on tip text for result graphics.
Axes2Draw a Coordinate Axes in which the histogram will be drawn.
Histogram16Draw the histogram.
CumulativeHistogram32Draw the cumulative histogram.
Mean64Draw a white line designating the mean.
Median128Draw a yellow line designating the median.
All-1Draw all result graphics.
Remarks

Constants used to specify desired histogram result graphics. The following figure shows how the graphics appear when placed in a CogDisplay:

See Also