搜索资源列表
hough变换代码
- hough变换,检测直径为58像素的圆周,-Hough transform, detection diameter of the circumference of 58 pixels, huh
houghcircle
- hough变换是检测直线&圆的很高的工具,这里是用hough变换检测圆的程序。-Hough transform to detect linear & round of high tool used here is a round Hough Transform detection procedures.
circledetect
- hough变换检测圆的函数。做图像处理的人可以用来参考。-hough transform round detection function. Do the image processing can be used for reference.
circle_detect
- 利用Hough变换检测圆的Matlab源代码-use Hough transform to detect round Matlab source code
CircularHough_Grd
- matlab用hough变换检测圆的程序,经过检测可以运行良好-matlab using hough transform circle detection procedure, after testing can run a good
houghGUI
- 一个交互式程序,利用Hough变换检测圆。允许人工选择圆半径。-An interactive process, the use of Hough transform circle detection. Permit artificial selection radius.
Hough
- 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆.-This is a VC++ Environment prepared circular Hough transform detection code, can detect more than a round.
Hough-matalab
- 基于Hough变换的圆检测 -matalab程序,能有效地检测圆曲线,在matalab下运行-Based on the Hough transform circle detection-matalab procedures, can effectively detect circular curve, in the run matalab
aaaaaa
- 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆.-This is a VC++ Environment prepared circular Hough transform detection code, can detect more than a round.
Hough
- 一种随机Hough变换检测圆的改进算法,很好的提高了检测圆的性能-A randomized Hough transform circle detection to improve the algorithm, a very good round and improve the detection performance
cvhoughcircles
- hough变换检测圆的opencv源码 不错哦-hough transform circle detection opencv source Oh well
Hough2
- hough变换检测圆,在对话框里显示检测到的圆心,圆,只能对黑底白字的灰度图进行检测-hough transform circle detection, in the dialog box shows the center of a circle is detected, round, only the grayscale black white test
CircularHough_Grd
- 采用hough变换检测圆的仿真程序,希望对大家有用。-Hough transform circle detection using the simulation program, in the hope that everyone useful.
hough
- 图像处理之 opencv 用hough变换检测圆-Image processing opencv circle detection using hough transform
Hough-circle-detection
- Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
Hough
- hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
hough
- 根据园的方程(x-a)×(x-a)+(y-b)×(y-b)=R×R,将参数空间增加到a,b,R三维空间. 常用的hough变换计算量太大,然而随机hough变换虽然计算量相对小点,但是准确率没有前者高.现在使用 一种改进的方法:提取边缘图像,然后边缘跟踪,在边缘曲线上进行hough变换检测圆.-According to Park' s equation (x-a) × (x-a)+ (y-b) × (y-b) = R
houghtrans
- 应用 hough变换检测圆 进而进行其他操作-Hough transform to detect circles and then applied to other operations
houghT-circles-matlab
- hough变换检测圆,里面有样例图片和报告解释。其中circle_dec.m在matlab中直接调用可以运行。-Using Hough Transform to detect circles.
源程序
- 利用hough变换检测圆,有RHT,随机hough变换,以及一些改进(Using Hough transform to detect the circle)