DICOMLUTDESCRIPTOR

Summary

This type is used to define a lookup table (LUT) descriptor.

Syntax

typedef struct _DICOMLUTDESCRIPTOR 
{ 
   L_UINT uStructSize; 
   L_UINT uNumberOfEntries; 
   L_INT nFirstStoredPixelValueMapped; // Signed short or unsigned short, integer can hold either 
   L_UINT uEntryBits; 
} 
DICOMLUTDESCRIPTOR, *pDICOMLUTDESCRIPTOR; 

Members

uStructSize

The size of the structure (use sizeof(DICOMLUTDESCRIPTOR)).

uNumberOfEntries

The first value in the "LUT Descriptor". Specifies the number of entries in the lookup table.

nFirstStoredPixelValueMapped

The second value in the "LUT Descriptor". Specifies the first input value mapped.

uEntryBits

The third value in the "LUT Descriptor". Specifies the number of bits for each entry in the LUT Data.

Comments

This structure is used by the LBitmap::ApplyModalityLUT and the LBitmap::ApplyVOILUT to describe the lookup table (LUT).

Usage

Data Types

Functions

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.