VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomImageVoiLookupTable Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    DicomImageVoiLookupTable Class
    In This Topic
    A Value Of Interest Look Up Table (VOI LUT) of DICOM image.
    Object Model
    DicomImageVoiLookupTable
    Syntax
    'Declaration
    
    Public Class DicomImageVoiLookupTable
       Inherits DicomImageLookupTable
    
    
    public class DicomImageVoiLookupTable : DicomImageLookupTable
    
    
    public __gc class DicomImageVoiLookupTable : public DicomImageLookupTable*
    
    
    public ref class DicomImageVoiLookupTable : public DicomImageLookupTable^
    
    
    Remarks

    A Value Of Interest Look Up Table allows to transform the "modality pixel values" into pixel values that are meaningful for print or display.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageLookupTable
          Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also