搜索资源列表
HTR
- Hough 变换的VC++实现,HOUGH变换广泛应用于直线及形状检测中,是模式识别不可或缺的内容-this is the implement of hough transform written in visual C++
897979
- 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimensional barcode recognition algorit
hough
- 用hough监测圆-fdfddffasdghgfsf
Hough
- OpenCv cvHoughCircle test
hough
- hough transform for detecting line
hough
- hough变换检测出直线,只需要把路径改了就可以了,但是一定是要边缘图像才可以-hough transform to detect straight lines, just to the path can be changed, but must be the edge of the image can
Detect_Lines_HT
- Try to detect lines using hough transform-Try to detect lines using hough transform
houghcircles20
- detect hough cercle transform
attachments_13_12_2009
- hough transform implementation
houghGUI
- programe transformasi hough
GeneralHough
- this java file contain a transformation of hough
Wigner-hough
- Wigner-hough变换源程序,对LFM信号的时频分析,仿真程序-Wigner-hough
houghcircle
- ellipse hough detection matlab
USE-OF-THE-HOUGH-TRASFORMTION-TO-DETECT-LINES-197
- USE OF THE HOUGH TRASFORMTION TO DETECT LINES 1971
opencv-codes-of-Hough
- C语言环境下 opencv中的 利用Hough变换检测圆 把后缀改为word即可-opencv codes of Hough
Hough
- 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
hough
- 利用霍夫变换原理求解圆环的圆心,以及半径-The Hough transform principle solving Rings center of the circle, as well as the radius
hough-change
- 这是一个简单的程序代码,主要针对hough变化-This is a simple program code, mainly for hough change
Hough
- c语言实现hough变换.语句非常 的精简。希望大家多多支持-use the c programming language to realize the Hough Transformation
hough
- 该短程序是用来进行hough变换的一种图像分割方法,该方法简单易懂,可移植性强。-HOUGH Hough transform. HOUGH implements the Standard Hough Transform. HOUGH is designed to detect lines. It uses the parametric representation of a line
