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

回答