ImageGearJava Project > com.accusoft.imagegear.formats.dicom Package > ImGearDICOM Class : buildColorLimitsLUT Method |
highThreshold
.
This method fills the lookup table (LUT) so that it highlights the brightest and darkest pixels in a grayscale image. Use this method to initialize com.accusoft.imagegear.display.ImGearPageDisplay.getLUT method. This is typically used to clearly see pixel values that are over-saturated (255 and up) or under-saturated (0 and below). However, this method lets you to customize the settings for the upper and lower pixel value limits with lowThreshold
and highThreshold
.
com.accusoft.imagegear.display.ImGearPageDisplay.getLUT value is used on the last stage of display processing, after that all geometric, color space and depth conversions have been done. This allows you to use a 24-bit RGB to 24-bit RGB lookup table for displaying images of any color space and depth.
com.accusoft.imagegear.core.ImGearPixelcom.accusoft.imagegear.core.ImGearRGBLUT
public static void buildColorLimitsLUT( int lowThreshold, ImGearPixel lowFillColor, int highThreshold, ImGearPixel highFillColor, ImGearRGBLUT lookupTable ) |
highThreshold
.This method fills the lookup table (LUT) so that it highlights the brightest and darkest pixels in a grayscale image. Use this method to initialize com.accusoft.imagegear.display.ImGearPageDisplay.getLUT method. This is typically used to clearly see pixel values that are over-saturated (255 and up) or under-saturated (0 and below). However, this method lets you to customize the settings for the upper and lower pixel value limits with lowThreshold
and highThreshold
.
com.accusoft.imagegear.display.ImGearPageDisplay.getLUT value is used on the last stage of display processing, after that all geometric, color space and depth conversions have been done. This allows you to use a 24-bit RGB to 24-bit RGB lookup table for displaying images of any color space and depth.
com.accusoft.imagegear.core.ImGearPixelcom.accusoft.imagegear.core.ImGearRGBLUT