I have an image displayed in an axes and I would like to use a slider to adjust the contrast.
As I am new to matlab I am not too sure how to achieve this so I would appreciate your help.
Thanks a lot
If you have the image processing toolbox you can use the imtool but if you dont you should be able to replicate the effect by altering the CLim
value of the axes.
Changing the range should alter the contrast and changing the offset the brightness.