how to make white regions in red color

1 次查看(过去 30 天)
how to make the white regions in this image to red color

采纳的回答

KSSV
KSSV 2017-10-23
I = imread('Capturefffffff.png') ;
I(:,:,2:3) = 0 ;
imshow(I)

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by