how to make white regions in red color

1 visualizzazione (ultimi 30 giorni)
kmla
kmla il 23 Ott 2017
Commentato: Image Analyst il 12 Nov 2017
how to make the white regions in this image to red color

Risposta accettata

KSSV
KSSV il 23 Ott 2017
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 Modify Image Colors in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by