搜索资源列表
Hough
- 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆.
Hough
- 一种随机Hough变换检测圆的改进算法,很好的提高了检测圆的性能
hough变换 检测圆
- 可以检测出圆的圆心坐标和半径
完整的虹膜内外圆定位的代码
- 完整的虹膜内外圆定位的代码,利用边缘检测,Hough变换定位虹膜,我运行过了,程序完整无误。
hough.rar
- 图像处理之 opencv 用hough变换检测圆,Image processing opencv circle detection using hough transform
Hough.rar
- 应用Hough变换进行圆检测源码,编译环境VS2005,语言C++,有示例图片,Circle detection using Hough transformation
Hough变换 图像的形状检测
- hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
Hough
- hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
Houghcicle.txt
- hough变换检测直线和圆,运用hough变换原理检测出来-hough transform linear and circular detection using hough transform detected Principle
Hough-circle-detection
- Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
TestHough
- 本程序实现了用hough变换检测圆。是接触hough变换功能的非常好的入手代码。-This procedure used to achieve the hough transform circle detection. Hough transform is a function of exposure to a very good start with the code.
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 × R, the parameter space to a,
Hough
- 实现hough变换检测圆,灰度转换,傅立叶变换-Achieve hough transform to detect circles, gray transformation, Fourier transform
hough--line
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
CircularHough
- 使用hough变换检测圆,程序说明详细,可以检测同心圆-Using the hough transform to detect circles, detailed descr iption of the procedures, can detect the concentric circles
houghtrans
- 应用 hough变换检测圆 进而进行其他操作-Hough transform to detect circles and then applied to other operations
houghCircles
- 对opencv中的hough变换检测圆的算法进行了注释-write some commnets on circle detecton using hough trasform, the algorithm is in opencv
houghT-circles-matlab
- hough变换检测圆,里面有样例图片和报告解释。其中circle_dec.m在matlab中直接调用可以运行。-Using Hough Transform to detect circles.
Hough
- 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆(This is a VC++ environment written in Hough transform detection circle code, you can simultaneously detect multiple circles)
源程序
- 利用hough变换检测圆,有RHT,随机hough变换,以及一些改进(Using Hough transform to detect the circle)