complement of an image
Mostra commenti meno recenti
How to display an image like this:

Risposta accettata
Più risposte (1)
Sushmita Dey
il 3 Apr 2020
0 voti
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')
Categorie
Scopri di più su Modify Image Colors in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
