photo

윤주 황


Last seen: ongeveer 2 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

ongeveer 2 jaar ago | 3 answers | 0

3

answers

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

ongeveer 2 jaar ago | 1 answer | 0

1

answer