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) ...
3 years 前 | 1 个回答 | 0
提问
3 years 前 | 1 个回答 | 0