ImageGear Professional for Windows ActiveX
BuildStdDsplLUT Method

Description:

Builds a look-up table that maps pixel intensities from DICOM GSDF-compliant color space into pixel intensities of the display device. The user should initialize the StdDsplLUT object before calling this method.

The LUT obtained from this function can be used for building the 16x8 or 8x8 grayscale display LUT.

At the moment, ImageGear does not support any display devices that are capable of displaying more than 256 shades of grayscale. Hence, BuildGSDFLUT Method can only build a LUT consisting of 8-bit entries.

This method replaces IGMedCtl.BuildGSDFLUT Method. It works with the new class IGLUT, which is more flexible, and is supported by some new API methods.

Syntax:

      BuildStdDsplLUT(CharactCurve as IIGDataArray, StdDsplLUT As
IGLUT)

Parameters:

Name Description
CharactCurve An array of double, containing luminance values corresponding to pixel intensities of the display device.
StdDsplLUT StdDsplLUT object.

Return Value:

None

Bits Per Pixel:

8...16 bpp

Sample:

Med

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback