Constants used to specify desired result graphics.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Draw no result graphics. | |
| TipText | 1 | Turn on tip text for result graphics. | |
| Axes | 2 | Draw a Coordinate Axes in which the histogram will be drawn. | |
| Histogram | 16 | Draw the histogram. | |
| CumulativeHistogram | 32 | Draw the cumulative histogram. | |
| Mean | 64 | Draw a white line designating the mean. | |
| Median | 128 | Draw a yellow line designating the median. | |
| All | -1 | Draw 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