'Declaration Public Function New( _
ByVal applyModalityLutA value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.As Boolean, _
ByVal applyValueOfInterestLutA value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.As Boolean, _
ByVal valueOfInterestLutVoI Lut.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable, _
ByVal outputPixelFormatThe output pixel format of DICOM image.As Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImagePixelFormat _
)
public DicomDecodingSettings(
bool applyModalityLut,
bool applyValueOfInterestLut,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImageVoiLookupTable valueOfInterestLut,
Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImagePixelFormat outputPixelFormat
)
Parameters
- applyModalityLut
- A value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.
- applyValueOfInterestLut
- A value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.
- valueOfInterestLut
- VoI Lut.
- outputPixelFormat
- The output pixel format of DICOM image.