how to make white regions in red color

 Risposta accettata

I = imread('Capturefffffff.png') ;
I(:,:,2:3) = 0 ;
imshow(I)

2 Commenti

kmla
kmla il 12 Nov 2017
Modificato: kmla il 12 Nov 2017
thank you. and how to get the blue color

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Images in Centro assistenza e File Exchange

Richiesto:

il 23 Ott 2017

Commentato:

il 12 Nov 2017

Community Treasure Hunt

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

Start Hunting!

Translated by