photo

윤주 황


Last seen: 대략 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Image detect and convert white image
I want to convert like this,,,, detect image and convert in to whole white, because i have to count white pixels

대략 2년 전 | 답변 수: 3 | 0

3

답변

질문


How to count the number of white pixels
filename = 'untitled.jpg'; I = imread(filename); figure, imshow(I); sum(I(:) == 255) ans = 592185 and filename = 'un...

대략 2년 전 | 답변 수: 1 | 0

1

답변