搜索资源列表
hough
- Hough变换 Matlab源码 可以对输入图像进行Hough变换
Hough变换
- 直线拟合的强大算法。可以对一组离散的点进行直线拟合,并计算斜率。
Hough变换直线检测
- 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。
hough
- 标准的hough变换用于航迹起始算法,包括跟踪处理全过程-Hough
match.rar
- 《图像配准技术及其Matlab编程实现》一书的Matlab源码,有点检测、线检测、Hough变换、遗传算法、蚁群算法、Powell算法和插值算法等。,"Image Registration and Matlab programming," a book of Matlab source code, a bit detection, line detection, Hough transform, genetic algorithm, ant colony algorithm, Powell al
hough
- 这个是MATLAB实现Hough变换的程序。有基本的Hough变换的理解程序,也有使用Hough变换来检测信号的程序-This is the realization of Hough Transform MATLAB procedures. Hough transform a basic understanding of procedures, have also used the Hough transform to detect the signal process
Simulation_System_of_Unknown_Environmen
- :以matlab工具箱的形式给出了静态及动态未知环境下移动机器人地图构建的仿真研究平 台。通过分析polaroid6500声纳、电子罗盘、编码器等传感器的工作原理建立了参数可调的传感器 模型。这些传感器为机器人提供位姿及环境信息。在分析已有基于hough变换的线段提取算法的基 础上提出了抑止。杂线段。现象的CIHT[Clus~r Inhibiting Hough Transform]算法.采用cIHT 对声蚋信息作环境特征提取,便于开展基于环境特征的未知环境地图构建算法方面的研究
Hough-Circle-Detection
- 这个matlab程序通过标准的hough变换,并指定圆半径的情况下,在二值图像中检测圆。-The matlab program through standard hough transform, and specify the radius, the two values in the detection of circular images.
Hough
- Hough变换 使用matlab随机函数,计算输入图像的Hough变换。-Hough Transform.Use matlab s radon function to compute the hough transform.or threshold its edges.
line
- matlab程序,利用Hough变换进行线提取。有图,可直接运行查看效果!-matlab procedures, the use of Hough transform for line extraction. There are maps, can be run to view results!
HT
- HOUGH变换及用于SAR动目标检测的matlab程序!-HOUGH Transform and its implemention in the SAR moving target detection
hough
- MATLAB写的Hough变换的程序,希望对大家有帮助。-Hough Transform MATLAB written procedures, and they hope to help everyone.
hough
- 这是一个基于matlab的Hough变换源代码,很简洁但很实用-This is a Hough transform based on the matlab source code, very simple but very practical
Hough-Circle-Detection
- 基于hough变换的圆形检测,非常好用。-Based on hough transform circle detection, very easy to use.
houghlines
- hough变换用于直线的检测,适用于计算机视觉的初学者,简单容易理解-hough transform for line detection, computer vision for beginners, easy to understand. . .
houghdetectline
- hough变换检测直线,MATLAB环境下可直接运行-hough detect lines
hough
- hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
hough
- hough变换,可以经过图像的边缘点实现霍夫变换,即实现空间转换!-hough transform, image edge points can be achieved through the Hough transform, that is to achieve space conversion!
hough
- hough变换检测园和直线,计算机视觉作业-Park and the straight line hough transform detection, computer vision operations
Hough_LineDetect
- 详解利用Hough变换进行直线检测的代码(detailed interpretation of the code that uses Hough transform for line detection)