搜索资源列表
Hough
- 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线 提取出来。
hough
- 利用hough进行直线检测.f,dtheta,drho分别为图象,角度步长和直线到原点距离步长.h为投票矩阵
hough1
- 经典的hough直线变换检测算法,可以极坐标进行转换,然后再检测直线-Line detection algorithm
houghline
- Hough直线块通过检测交叉点处的参考图像的边界线找到图像-The Hough Lines block finds the points of intersection between the reference image boundary lines and the line specified by a (rho, theta) pair. The block outputs one-based [x y] coordinates for the points of intersectio
example3
- 霍夫变换检测直线,利用传统霍夫变换对图片中的直线进行检测,效果一般,有待改进。-Hough transform to detect straight line, using traditional Hough transform to detect straight lines in the picture, the general effect, could be improved.
example4
- matlab代码用来实现霍夫变换检测直线,比较好哦用。-matlab code used to implement the Hough transform to detect straight lines, with more Ay.