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并玩一下图像。Canny 会为您找到优势。或者你可以用 som 分水岭算法填充整个图像,这样就会有不同的区域,小的可能是椭圆。