photo

Carly Fitz Morris


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


How do I make this code consistent to count just the green pixels in the image
I = imread("RefQ2.jpg","jpeg"); I2 = rgb2hsv(I) Pic = imshow(I2) s = mat2gray(I2(:,:,2)) A = imshow(s) bw = im2bw(s, 0.1) ...

2 years 前 | 1 个回答 | 0

1

个回答