作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想弄清楚如何找到一条线的端点。假设我在 cartesian
坐标系中有一条从 (0,0) 到 (2,2)
的线,opencv
看到使用概率霍夫线变换的直线,如何找到这 2 个点?
我知道霍夫线变换通过匹配点来找到线,但我如何使用该线并找到构成该线的两个点?
库中是否已经内置了提供此功能的函数?
我在 C++
中使用 OpenCV 2.4.3
VS Studio 2010
感谢您的帮助。
最佳答案
使用 HoughLinesP
怎么样? :
lines – Output vector of lines. Each line is represented by a 4-element vector (x1,y1,x2,y2), where (x1,y1) and (x2,y2) are the ending points of each detected line segment.
甚至还有使用示例。
关于c++ - 如何在opencv中找到一条线的终点?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14544489/
我是一名优秀的程序员,十分优秀!