complement of an image
Ältere Kommentare anzeigen
How to display an image like this:

Akzeptierte Antwort
Weitere Antworten (1)
Sushmita Dey
am 3 Apr. 2020
0 Stimmen
I=imread('https://picload.files.wordpress.com/2014/02/blissful-nature-rain-n-flower.jpg');
J=imcomplement(I);
imshow(I,J,'montage')
title('complement of image')
Kategorien
Mehr zu Modify Image Colors finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
