Hi! I've converted a grayscale img to binary using im2bw() now i wanna do the opposite i.e convert the binary image to a grayscale image. How can I do that?
5 views (last 30 days)
Show older comments
Fahmida Tasnim Lisa
on 11 Jul 2020
Commented: Fahmida Tasnim Lisa
on 12 Jul 2020
A=imread('Color-Meaning-Gray-Feature-Image-1024x831.jpg');
A=im2bw(A);
figure,imshow(A);
% binary-t0-grayscale?
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!