搜索资源列表
HTR
- Hough 变换的VC++实现,HOUGH变换广泛应用于直线及形状检测中,是模式识别不可或缺的内容-this is the implement of hough transform written in visual C++
hough
- hough变换检测出直线,只需要把路径改了就可以了,但是一定是要边缘图像才可以-hough transform to detect straight lines, just to the path can be changed, but must be the edge of the image can
Line-Detection-
- 这是一个基于Hough变换的直线检测matlab程序文件,可以有效地检测直线-Line Detection via Standard Hough Transform
Hough
- 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
mymatlab
- 钢筋、火柴根数的统计,阈值分割、直线检测,hough变换-Steel, matches the statistical number of roots, threshold segmentation, line detection, hough transform
hough
- 基于Visual C++应用程序开发的hough变化,直线边沿变化-Hough change based on C, the straight edge of change
hough111
- hough变换直线检测-hough Straight line detection.......................
kmeans-snake-hough
- kmeans、snake、hough三种算法的c++代码,其中,kmeans进行分类,snake进行图像套索,hough进行找圆、直线等功能-kmeans, snake, hough three algorithms c++ code, which, kmeans classify, snake image lasso, hough were looking for circles, lines, and other functions
video1
- 利用hough变换检测视频序列中的直线,可以控制视频播放速度-etection of straight lines in video sequences using Hough transform,Can control the speed of video playback
hough@lane-detection
- 利用祸福变换对图像中的直线进行提取检测,效果一般,但基本功能实现-Use fortune to transform the image of a straight line extraction testing, the general effect, but the basic functions to achieve
Hough
- Hough变换检测直线的MATLAB源代码-Hough transform to detect linear matlab source code
houghtransform2
- Hough变换可用来提取直线和圆,本程序适用于新手,谢谢下载!-Hough transform is used to extract lines and circles, this program is suitable for beginners, thank you download!
MATLAB_-figure_detection
- MATLAB Hough Hoffman 直线检测,实现了图像处理-MATLAB image processing Hough Hoffman line detection
proldures
- 检测直线的hough变换,峰值检测,线检测和链接的用matlab实现,(Detection of linear hough transform, peak detection, line detection and links of matlab,)
HoughLine
- Hough直线检测,c++实现,具体详细源代码,课程实习成果(result from the hard work with my classmates,hoping you'd like it,and hope that it will be helpful.)
Hough
- 冈萨雷斯数字图像处理Hough变换检测直线源码(The Hough transform in the digital image processing course written by Gonzales is used to detect the linear source code)
matlab实现识别图像中时钟的时间(244597)
- 通过霍夫直线检测等算法实现钟表表盘的识别以及读取显示(The clock dial recognition and reading display are realized by Hough line detection and other algorithms)