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.
我正在使用 OpenCV + CvBlobs 来检测图像中的项目。我有时会得到这样的结果:
如何将具有低连接性的紧密 blob(例如左下 blob)与右上 blob 分开?
您可以将其标记为 4 个邻域算法或简单地使用形态学开放过滤器。