photo

윤주 황


Last seen: environ 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

environ 2 ans il y a | 3 réponses | 0

3

réponses

Question


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

environ 2 ans il y a | 1 réponse | 0

1

réponse