一种快速细化算法

编程入门 行业动态 更新时间:2024-10-24 19:17:10
本文介绍了一种快速细化算法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在寻找一种可以使用OpenCV轻松实现的快速细化算法。提到这个库是因为有一些东西可以用,例如,Mathematica或MATLAB,这需要在OpenCV + C中使用手持码。

I'm looking for a fast thinning algorithm that can be readily implemented using OpenCV. The mention of the library is because there are certain things that can be done in a jiffy in say, Mathematica or MATLAB which would require lines of handcode in OpenCV+C.

该算法必须满足1像素厚度和连通性标准。

The algorithm must satisfy the 1 pixel thickness and connectedness criteria.

有没有人有任何实施其中一种可用算法的经验? - 谷歌抛出的绝对数量的论文真的被宠坏了。正确方向的任何指针都可以。

Has anyone got any experience in implementing one of the tons of available algorithms out there? - Literally spoilt for choice at the sheer number of papers Google threw up. Any pointers in the right direction would do.

推荐答案

请检查我博客中的一些细化实现:

Please check some thinning implementations in my blog:

  • Zhang-Suen算法。 (在archive上复制)
  • Guo-Hall算法。 (在archive上复制)
  • Zhang-Suen algorithm. (copy on archive)
  • Guo-Hall algorithm. (copy on archive)
  • 两者都使用OpenCV 2.x API。

    Both using OpenCV 2.x API.

    更多推荐

    一种快速细化算法

    本文发布于:2023-11-30 20:27:42,感谢您对本站的认可!
    本文链接:https://www.elefans.com/category/jswz/34/1651384.html
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:算法   快速

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!