搜索资源列表
-
0下载:
检测直线的hough变换,峰值检测,线检测和链接的用matlab实现 -line detection hough transform, peak detector, linear detection and link with the realization of Matlab
-
-
1下载:
自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle and a straight line. hope to
-
-
0下载:
Opencv环境中,通过霍夫检测检测图像中的直线,经过了ROI裁剪,形态学处理,canny算子检测等各种预处理。-In the opencv environment,do the line detection using Hough Transform. By cutting the ROI, morphological processing, canny boundary preprocessing.
-
-
0下载:
this is a code for line detection in noisy image using hough transform
-
-
0下载:
用hough变换检测直线,适用于计算机视觉初学者,简单容易理解,-Line detection using hough transform applied to computer vision for beginners, easy to understand,
-
-
0下载:
This program helps to better understand how the Hough transform.
This transform can swap the space of representation. A point in space (X, Y) will become sinusoidal in space (R, Theta) and conversely a point in the plane (R, Theta) will be a line i
-
-
0下载:
hough变换,matlab编程。Hough变换是一种使用表决原理的参数估计技术。其原理是利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-hough transform, matlab programming. Hough transform is a vote on the principle of using a parameter estimation tech
-
-
0下载:
霍夫变换检测直线。很好的算法,有助于学习霍夫变换-Hough transform line detection. A good algorithm, is helpful to the study of Hough transform
-
-
0下载:
matlab课程编程【谷速软件】使用标准Hough变换进行直线检测-Courses matlab software programming speed [Valley] using standard Hough transform line detection
-
-
0下载:
霍夫变换,检测直线,霍夫点等包含在内,四个程序-Hough transform, line detection, Hough points included four program
-