摘要: 米粒图片处理 去除背景二值化 去除图像背景 I = imread('rice.png'); subplot(1,3,1); imshow(I); BG = imopen(I, strel('disk', 15)); subplot(1,3,2); imshow(BG); I2 = imsubtrac 阅读全文
posted @ 2021-09-12 19:26 常进 阅读(220) 评论(0) 推荐(0) 编辑