Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用图像分割 K-MEANS 计算这张图片中有多少花生,有人知道该怎么做吗?
迟到的答案,但仍然。我会使用聚类来将花生与背景分开。但是颜色阈值或主要颜色分析应该足够并给出可比较的结果。除了我会将每个黑暗区域(阴影)视为背景以分离花生。
然后你得到一个二进制掩码,你可以应用一个最终侵蚀来估计花生的数量。