photo

윤주 황


Last seen: 2 years 前 自 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答