CT image contrast modified, where is the new values?

2 views (last 30 days)
Hi everyone!
I am a newbie with matlab and I am creating a GUI. In the axes I have a CT image which I can change its contrast with the mouse. This is: I get my original Clim that my image has and I calculate the new one(that it is determined depending where my mouse is on the picture); then I apply it with the instruction:
set (handles.originalpic,'Clim',clim) ; %(clim is the new Clim);
This works really good but my problem now is that I don't know where the new values of the image with that contrast are stored. Any idea?
Thank you very much in advance!

Answers (1)

Image Analyst
Image Analyst on 13 May 2014
I haven't done that but I imagine that you'd get the clim as a colormap and use intlut() or something to apply it.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!