搜索资源列表
uhhoough_lws
- 运用霍夫变换来实现图像的边界界检测,本代码实现圆与直线的检测 -Using the Hough transform to the boundary of the image boundary detection, the code to achieve the detection of circular and linear
hough
- 霍夫变换检测圆心坐标 直线坐标 霍夫变换检测直线圆心纵坐标-Hough transformation
Vehicle_lane_change_detect
- 基于opencv的车辆变道识别。霍夫变换检测直线找到车道线,通过车道线方向判断变道-Vehicle lane change identification based on opencv. Hof transform detection line to find the lane line, through the lane direction to determine the way
Lane_Detection
- 基于视频的车道线检测,首先对视频进行一系列预处理,然后进行边缘检测,霍夫变换直线检测,最后对检测出来的直线进行非车道线排除。-Video-based lane detection, the first of a series of video preprocessing, edge detection and Hough transform line detection, finally detected non-linear lane excluded.
jiaodianjiance
- 角点检测算法,可检测直线(比霍夫变换更准确),值得参考-Corner detection algorithm can detect straight line (Bi Huofu transform more accurate), it is also useful
Desktop
- 自己写的霍夫变换检测直线的代码(存在问题的请大神指出来)(Write their own Hof transform line detection code)
霍夫线变换综合示例
- 利用霍夫变换快速检测直线或圆,但是首先对图像进行边缘检测,霍夫变换输入为边缘二值图像(Hough transform is used to detect straight lines or circles, but first, edge detection is carried out, and Hough transform is used as edge two valued image)