Community Profile

photo

윤주 황


Last seen: fast 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 2 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort