complement of an image
Afficher commentaires plus anciens
How to display an image like this:

Réponse acceptée
Plus de réponses (1)
Sushmita Dey
le 3 Avr 2020
0 votes
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')
Catégories
En savoir plus sur Modify Image Colors dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
