complement of an image
Mostrar comentarios más antiguos
How to display an image like this:

Respuesta aceptada
Más respuestas (1)
Sushmita Dey
el 3 de Abr. de 2020
0 votos
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')
Categorías
Más información sobre Modify Image Colors en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
