Enumeration of data that can be provided in the Tool's
CurrentRecord.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 87.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any records in the CurrentRecord. | |
| InputImage | 1 | Include the input image in the CurrentRecord. | |
| Region | 2 | Include the (interactive) region to be used for mapping in the CurrentRecord. | |
| CoordinateAxes | 4 | Include the coordinate axes in the CurrentRecord. | |
| Histogram | 8 | Enables drawing of the Histogram graph in the CurrentRecord. The LinearHistogram setting specifies whether a linear or logarithmic histogram will be drawn. | |
| ReferencePoints | 16 | Include the reference points (interactive CogPointMarker) in the CurrentRecord. | |
| RawMappingFunction | 32 | Include the static raw mapping function graph in the CurrentRecord. | |
| FinalMappingFunction | 64 | Include the static final mapping function graph in the CurrentRecord. | |
| LogarithmicHistogram | 128 | Specifies whether a linear or logarithmic histogram will be drawn (if enabled) in the CurrentRecord. | |
| HistogramStatistics | 256 | Specifies whether the histogram statistics will be added (if enabled) in the CurrentRecord. | |
| All | -1 | Include all possible records in the CurrentRecord. |
See Also