图像骨架中的连接点(Junction point in image skeleton)

编程入门 行业动态 更新时间:2024-10-11 15:16:20
图像骨架中的连接点(Junction point in image skeleton)

图像骨架中连接点的含义是什么? 我正在使用opencv和c ++开发代码源来检测图像中的主要局部连接点。非常感谢advace。

What is the meaning of a junction point in image skeleton ? I am using opencv and c++ to develop a code source to detect the main local junction point in the image .Many thanks in advace .

最满意答案

连接点通常是两条线的交叉点。 看这个图像:

https://docs.google.com/file/d/0ByS6Z5WRz-h2U3NBWWZ6V3FqeUk/edit?pli=1

骨架(通常)指的是图像的骨架化。 这篇文章很有用:

http://en.wikipedia.org/wiki/Topological_skeleton 。

所以我认为他们要求你做的是,让图像找到它的骨架然后找出哪个像素包含骨架线的交叉点。

opencv中的骨架化

A junction point is usually the intersection of two lines. See this image:

https://docs.google.com/file/d/0ByS6Z5WRz-h2U3NBWWZ6V3FqeUk/edit?pli=1

Skeleton refers (usually) to the skeletonization of an image. this article is useful:

http://en.wikipedia.org/wiki/Topological_skeleton.

So I think what they are asking you do is, to take the image find its skeleton then figure out which pixel contain the intersection of the lines of the skeleton.

Skeletonization in opencv

更多推荐

本文发布于:2023-08-08 00:21:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1466688.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:接点   骨架   图像   Junction   image

发布评论

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

>www.elefans.com

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