如何使用opencv获取笔画路径?
我想使用 opencv 从图像中获取路径描边。我知道如何获取轮廓,但我需要笔划路径(穿过笔划中心的路径)。 opencv 中可以得到这个吗?
I want to get path stroke from image using opencv. I know how to get contours but I need path of stroke (path that runs through the center of the stroke). Is it possible to get this in opencv ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
OpenCV 没有一种允许获得笔划路径的骨架化算法。您需要实现现有的算法,最好的起点是:
http://en.wikipedia。 org/wiki/Topological_sculpture
OpenCV does not have a skeletonization algorithm that allows one to get a stroke path. You would need to implement an existing algorithm, good place to start is here:
http://en.wikipedia.org/wiki/Topological_skeleton