how to change the bw to wb

sir, how to change black&white image to White&Black if it any inbuilt code in matlab

 채택된 답변

추가 답변 (1개)

Muruganandham Subramanian
Muruganandham Subramanian 2012년 11월 9일

0 개 추천

In b/w image..
white=1, black=0;
so you can replace by
if pixel==1
pixel=0
elseif pixel==0
pixel==1
end

카테고리

도움말 센터File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by