CogPixelMapCurrentRecordConstants EnumerationCognex VisionPro 9.7
Enumeration of data that can be provided in the Tool's CurrentRecord.

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 73.0.0.0
Syntax

[FlagsAttribute]
public enum CogPixelMapCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputImage1 Include the input image in the CurrentRecord.
Region2 Include the (interactive) region to be used for mapping in the CurrentRecord.
CoordinateAxes4 Include the coordinate axes in the CurrentRecord.
Histogram8 Enables drawing of the Histogram graph in the CurrentRecord. The LinearHistogram setting specifies whether a linear or logarithmic histogram will be drawn.
ReferencePoints16 Include the reference points (interactive CogPointMarker) in the CurrentRecord.
RawMappingFunction32 Include the static raw mapping function graph in the CurrentRecord.
FinalMappingFunction64 Include the static final mapping function graph in the CurrentRecord.
LogarithmicHistogram128 Specifies whether a linear or logarithmic histogram will be drawn (if enabled) in the CurrentRecord.
HistogramStatistics256 Specifies whether the histogram statistics will be added (if enabled) in the CurrentRecord.
All-1 Include all possible records in the CurrentRecord.
See Also