photo

윤주 황


Last seen: circa 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 2 anni fa | 3 risposte | 0

3

risposte

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta