How to create a black image using MATLAB?

Hello!
I have an image and I need a black image with same dimensions as the first one. The second image needs to be all black. Please, is it possible to create a black image specifying its dimensions or to paint the image I have with black color?
Thanks for the help!

2 Comments

Have u tried with im2bw function..
Thank you! I tried to use this function, but it didn`t work. I think I put the wrong value to modify everything to black.

Sign in to comment.

 Accepted Answer

BlackImage = 0 * OriginalImage;

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!