MatlabApplyVOILUT
Version 1.0 (4.09 KB) by
Antti Isosalo
Apply VOI lookup table or perform windowing operation to image data from a compliant DICOM file
This repository contains a Matlab function to apply value of interest (VOI) lookup table or to perform windowing operation to image data from a compliant DICOM file. The function here is adopted from the Python language pydicom (https://github.com/pydicom/pydicom) library function apply_voi_lut, which is originally licensed under the MIT licence.
Usage:
nfo = dicominfo(filepath);
[img, cmap] = dicomread(nfo);
img = dicom_apply_voi_lut(img, nfo);
Cite As
Antti Isosalo (2026). MatlabApplyVOILUT (https://github.com/aisosalo/MatlabApplyVOILUT/releases/tag/v1.0), GitHub. Retrieved .
MATLAB Release Compatibility
Created with
R2019b
Compatible with R2019b to R2020a
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
