ImageGearJava Project > com.accusoft.imagegear.formats.dicom Package > ImGearDICOM Class : buildStandardDisplayLUT Method |
public static ImGearFullLUT buildStandardDisplayLUT( int inputDepth, int outputDepth, double[] characteristicCurve ) |
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.