CWIMAQDisplayMapping
CWIMAQDisplayMapping enables the pixel mapping policy for displaying 16-bit images. Because 16-bit grayscale images cannot be displayed with their full resolution on 32-bit color displays using common video adapters limited to 8-bit resolution per color plane , 16-bit images must be mapped to the 8-bit range (0 to 255).
Properties
NumberOfShifts | Number of bits to right-shift the pixel values for the Downshift display mapping method.
|
Policy | Policy used to perform the display mapping.
|
Range | Range used when the display mapping policy is map given range or map given percent range.
|
Methods
Downshift | Applies a given number of right shifts to the 16-bit pixels.
|
Map90PercentDynamicRange | Maps the range corresponding to the center 90 percent of the cumulative histogram to 8 bits.
|
MapFullDynamicRange | Maps the image full dynamic to 8 bits.
|
MapGivenPercentRange | Maps the pixel values in the relative percentage range (0 to 100) of the cumulated histogram to an 8-bit scale.
|
MapGivenRange | Maps the pixel values in a specified range to an 8-bit scale.
|
See Also
CWIMAQViewer.DisplayMapping