typedef struct tagDICOMLUTDESCRIPTOR
{
L_UINT uStructSize;
L_UINT uNumberOfEntries;
L_INT nFirstStoredPixelValueMapped;
L_UINT uEntryBits;
} DICOMLUTDESCRIPTOR, * pDICOMLUTDESCRIPTOR;
This type is used to define a lookup table (LUT) descriptor.
The size of the structure (use sizeof(DICOMLUTDESCRIPTOR)).
The first value in the "LUT Descriptor". Specifies the number of entries in the lookup table.
The second value in the "LUT Descriptor". Specifies the first input value mapped.
The third value in the "LUT Descriptor". Specifies the number of bits for each entry in the LUT Data.
This structure is used by the L_ApplyVOILUT and the L_ApplyModalityLUT to describe the lookup table (LUT).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document