ImageGear for Java
buildPseudocolorLUT Method
Predefined pseudocoloring scheme.
Lookup table to fill. It should contain three single-channel LUTs with input and output depths set to 8.

This method fills a lookup table (LUT) according to one of the predefined 24-bit RGB to 24-bit RGB pseudocoloring schemes. Use this method to initialize method com.accusoft.imagegear.display.ImGearPageDisplay.getLUT.

Value, passed to com.accusoft.imagegear.display.ImGearPageDisplay.getLUT method is used on the last stage of display processing, when 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.ImGearRGBLUTImGearPseudocolorSchemes

Builds a pseudocolor LUT.
Syntax
public static void buildPseudocolorLUT( 
   ImGearPseudocolorSchemes scheme,
   ImGearRGBLUT lookupTable
)

Parameters

scheme
Predefined pseudocoloring scheme.
lookupTable
Lookup table to fill. It should contain three single-channel LUTs with input and output depths set to 8.

This method fills a lookup table (LUT) according to one of the predefined 24-bit RGB to 24-bit RGB pseudocoloring schemes. Use this method to initialize method com.accusoft.imagegear.display.ImGearPageDisplay.getLUT.

Value, passed to com.accusoft.imagegear.display.ImGearPageDisplay.getLUT method is used on the last stage of display processing, when 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.ImGearRGBLUTImGearPseudocolorSchemes

See Also

Reference

ImGearDICOM Class
ImGearDICOM Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback