how to apply clahe on multiple frames
Show older comments
I had a nifti file and read it. I need to apply clahe algorithm on this using adaphisteg. How to apply it in each frames
ni = niftiinfo('brain.nii');
V = niftiread(info);
Answers (2)
leena
on 8 Jun 2018
Edited: Walter Roberson
on 8 Jun 2018
Categories
Find more on Medical Physics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!