Q:

increase the brightness of an image matlab

I = imread('peppers.png') ;
I1 = I+50 ;
figure(1) ; imshow(I) ;
figure(2) ; imshow(I1) ;
0

New to Communities?

Join the community