DICOMLUTDESCRIPTOR

Summary

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

Syntax

typedef struct tagDICOMLUTDESCRIPTOR 
{ 
   L_UINT uStructSize; 
   L_UINT uNumberOfEntries; 
   L_INT nFirstStoredPixelValueMapped; 
   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 L_ApplyVOILUT and the L_ApplyModalityLUT to describe the lookup table (LUT).

Usage

Data Types

Functions

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

LEADTOOLS Raster Imaging C API Help

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