CWIMAQDisplayMappingPolicies Enumeration

NI Vision for Visual Basic

CWIMAQDisplayMappingPolicies Enumeration

CWIMAQDisplayMappingPolicies specify the display mapping methods to use.

You can use the following constants with this data type:

  • cwimaqDownshift—A given number of right shifts are applied to the 16-bit pixels.
  • cwimaqMap90PercentDynamicRange—The range corresponding to the center 90 percent of the cumulative histogram is mapped to 8 bits.
  • cwimaqMapFullDynamicRange—The image full dynamic is mapped to 8 bits.
  • cwimaqMapGivenPercentRange—The pixel values in the relative percentage range (0 to 100) of the cumulated histogram are mapped to an 8-bit scale.
  • cwimaqMapGivenRange—The pixel values in a specified range are mapped to an 8-bit scale.

See Also

CWIMAQDisplayMapping

CWIMAQViewer.DisplayMapping