Azzera filtri
Azzera filtri

How to create a black image using MATLAB?

7 visualizzazioni (ultimi 30 giorni)
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 Commenti
B.k Sumedha
B.k Sumedha il 27 Mag 2015
Have u tried with im2bw function..
Ana Olivia
Ana Olivia il 27 Mag 2015
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.

Accedi per commentare.

Risposta accettata

Walter Roberson
Walter Roberson il 27 Mag 2015
BlackImage = 0 * OriginalImage;

Più risposte (0)

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by