how to black out part of an image ?

3 Ansichten (letzte 30 Tage)
Nicholas Deosaran
Nicholas Deosaran am 17 Sep. 2020
Beantwortet: Image Analyst am 17 Sep. 2020
Hello all I have a question on how to black out part of my image. (the clown smile)
i have the code to load it all in.
But need to black out the smile of the image
im=imread(im=imread('scaryclown.png'); % loadimage;
im=double(rgb2gray(im));% make double and gray scale.
subplot(211); %make a subplot
imagesc(im); % show image on screen
and after the simle is black out need save it on a second subplot
subplot (212)
imagesc(im_mod);
Thank you in advance

Akzeptierte Antwort

Image Analyst
Image Analyst am 17 Sep. 2020
See my masking and copy and paste demos.
Also check out the Color Thresholder on the Apps tab or the tool ribbon.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by