Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Matlab
increase the brightness of an image matlab
Jonathan Jackson
Programming language:
Matlab
2021-02-01 00:04:59
0
Q:
increase the brightness of an image matlab
Manish Rai
Code:
Matlab
2021-02-01 00:14:18
I
= imread('peppers.png') ;
I1
= I+
50
;
figure
(
1
) ; imshow(I) ;
figure
(
2
) ; imshow(I
1
) ;
0
Tags
image
age
ease
Related
matlab reduce resolution of image
normalise 1 matrix matlab
matlab resize image by scale
matlab invert image
matlab close all figures
power spectral density - matlab
plot background color matlab
New to Communities?
Join the community