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.
我从精明的算法中得到了边缘,但线条之间的空间很小。我需要将线连接在一起并减少这个空间。例如:示例图像
我在 Android 中使用 opencv。
有谁知道怎么做?
考虑cvDilate()在执行 canny 后使用来扩大图像。这是连接线段的一种方法,如果图像过于膨胀而无法达到您的目的,您可能需要在膨胀的图像上执行 Canny。
cvDilate()