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.
我为一个项目编写了一个精明的边缘检测算法。我想知道是否有任何方法可以链接边缘的断开部分,因为我得到一个边缘作为几个部分的集合。我得到了大约 100 个片段,我确信可以通过一些智能来减少这些片段。请帮忙。
您可以使用一种名为动态规划的方法。Sonka 的数字图像处理书的第 6 章对此进行了很好的介绍