MATLAB: Image enhancement to view image detail in medical image

digital image processingimage analysisimage processingImage Processing Toolbox

Dear All, I am trying to view the hidden details from medical image. I have tried to use imcontrast matlab function and also i tried to use fspecial matlab function. But it is not working on my image. For example I am attaching two images one is with less detail using naked eye and second one is enhanced version of this. thanks in advance

Best Answer

Well of course fspecial() won't work. However imcontrast() or imadjust() should work. What did you do? Show the code that didn't work.
Related Question