搜索资源列表
使用Hough变换来检测硬币
- 使用Hough变换来检测硬币
hough_circle
- matlab标准hough变换圆检测代码,已经经过测试,可用于图像识别-Matlab standard Hough transform circle detection code has been tested, can be used for image recognition
houghsearchcircle
- 文件给出了matlab语言进行,对二值图像先用sobel 算子找出边缘,再用hough变换找出圆的圆心和半径的程序,并附图像和解释!-documents given Matlab language, the binary image segmentation using the operator to identify the edge then Hough transform to identify the center of a c
20060303004409246
- 用matlab检测直线,圆。椭圆的程序,对直线程序进行了改进,采用随机霍夫变换 &由粗到细的检测方式检测,效果好-detection using Matlab straight round. Elliptic procedures, the procedures for linear improvement, randomized Hough Transform & by coarse-to-fine detection m
houghtoedge
- hough变换对圆的检测源代码,附带图片以及程序说明-hough transform the detection of circular source code, fringe shows and procedures Photo
CircleDetectionArithmetic
- 在Matlab上基于Hough变换开发的快速圆检测方法,可应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。 -in Matlab Hough transform based on the rapid development of a round detection method can be applied to the detection of iris image, the completion of the iris, out
hough-tuoyuanjiance
- 用matlab编写的实现椭圆检测的程序,自己稍微改下就可以-using Matlab prepared by the realization ellipse detection procedures, their own little can be changed under
CircularHough_Grd
- matlab用hough变换检测圆的程序,经过检测可以运行良好-matlab using hough transform circle detection procedure, after testing can run a good
hough
- 用M文件做的hough变换,包括内容canny算子圆检测
Hough-matalab
- 基于Hough变换的圆检测 -matalab程序,能有效地检测圆曲线,在matalab下运行-Based on the Hough transform circle detection-matalab procedures, can effectively detect circular curve, in the run matalab
hough
- 这是关于hough变换的matlab源程序代码,我运行过,希望对你有所帮助-This is on the hough transform matlab source code, I run over, I hope for your help
hough
- 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。-Image processing often requires detection of a round-shaped objects, the program can detect the use of Hough transform and radius of the center circle.
hough
- Hough 变换,探测圆的半径,可以探知未知圆的半径和圆心-Hough transform, circle detection radius, you can explore the unknown circle radius and center
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.circle
- 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurat
hough-Matlab
- 利用Matlab编写的基于hough变换的椭圆检测程序,已经运行过的,附图-Written in Matlab, hough transform based ellipse detection procedure has been run off, with photos
hough
- 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform for finding circles in the image.
hough
- hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
hough
- hough变换的matlab源代码,可以提取直线和圆-hough transform matlab source code, can extract lines and circles
hough--line
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the bas