ImageGear for Java
buildStandardDisplayLUT Method
Input depth of the LUT. inputDepth = 12 is the typical value, sufficient for most medical images.
Output depth of the LUT. Set to 8 for a monitor that can display 256 shades of gray.
Characteristic curve of the display device.
Builds Standard Display LUT.
Syntax
public static ImGearFullLUT buildStandardDisplayLUT( 
   int inputDepth,
   int outputDepth,
   double[] characteristicCurve
)

Parameters

inputDepth
Input depth of the LUT. inputDepth = 12 is the typical value, sufficient for most medical images.
outputDepth
Output depth of the LUT. Set to 8 for a monitor that can display 256 shades of gray.
characteristicCurve
Characteristic curve of the display device.

Return Value

New instance of com.accusoft.imagegear.core.ImGearFullLUT class object, containing the Standard Display LUT, based on the provided characteristic curve.

This method builds a lookup table that maps pixel intensities from DICOM Presentation space (P-Values) into pixel intensities of the display device. Use this lookup table to initialize ImGearDICOMDisplaySettings class.

The source data for this method is a characteristic curve - an array that lists luminosities of display device corresponding to each pixel intensity.

com.accusoft.imagegear.core.ImGearFullLUT

See Also

Reference

ImGearDICOM Class
ImGearDICOM Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback