Description: 国外matlab研究站点下载的hough变换直线及圆检测代码-abroad Matlab research site to download the Hough transform linear and circular detection code Platform: |
Size: 3305 |
Author:王兴政 |
Hits:
Description: 国外matlab研究站点下载的hough变换直线及圆检测代码-abroad Matlab research site to download the Hough transform linear and circular detection code Platform: |
Size: 3072 |
Author: |
Hits:
Description: 这个程序是从图像中分割和提取物体
从车牌上提取车牌内容-the procedure is separate from the image and extract objects from the license plate extraction plates content Platform: |
Size: 20480 |
Author:李允 |
Hits:
Description: 包括整个虹膜识别的预处理部分,分为多个函数部分,即简单图像增强,Canny算子提取边缘,Hough变换定位内外圆形边界进行风格,以及最后的归一化 -- 将圆环展为矩形。附带几张图像及自制的界面程序,并不是很完善,但整体的预处理任务已经较好的完成,如果进一步提高性能,可以先把Hough变换改为最小二乘拟和算法。-Cover the whole iris recognition pre-processing part is divided into multiple function part, that is, a simple image enhancement, Canny operator edge extraction, Hough transform internal and external circular positioning border style, and finally normalized Circle exhibition will be rectangular. Fringe images and made a few interface procedures, is not very perfect, but the overall pre-processing tasks have been better to complete, if further improve performance, first Hough transform can be replaced by least squares fitting algorithm. Platform: |
Size: 118784 |
Author:李杨 |
Hits:
Description: 基于Hough变换的圆检测 -matalab程序,能有效地检测圆曲线,在matalab下运行-Based on the Hough transform circle detection-matalab procedures, can effectively detect circular curve, in the run matalab Platform: |
Size: 98304 |
Author:哥琴 |
Hits:
Description: Hough变换实现检测圆的程序,对圆形的突变点敏感,可以实现边缘图像中圆的检测。-Hough transform circle detection procedure, the mutation point of a circular sensitive, you can realize edge detection image circle. Platform: |
Size: 2048 |
Author:无梦 |
Hits:
Description: 霍夫变换提取圆形很好用很难弄到的速度还可以-Extraction of a circular Hough transform it is very difficult to get good with the speed can also be Platform: |
Size: 111616 |
Author:fgqqd |
Hits:
Description: (站长你好,本人上传的第一个程序有误麻烦删除)
基于Matlab的标准Hough变换来实现圆检测的源程序。-(Head Hello, I uploaded the first procedure to delete an error trouble) Matlab-based standards to achieve the circular Hough transform detection of the source. Platform: |
Size: 1024 |
Author:小蔡 |
Hits:
Description: Circular Hough是Hough Transform for circle detection,霍夫变换用于圆检测的matlab源码,希望对大家有一定帮助-Circular Hough is the Hough Transform for circle detection, Hough transform for circle detection matlab source, and they hope to have everyone must assist Platform: |
Size: 2048 |
Author:miaosiyi |
Hits:
Description: 这个matlab程序通过标准的hough变换,并指定圆半径的情况下,在二值图像中检测圆。-The matlab program through standard hough transform, and specify the radius, the two values in the detection of circular images. Platform: |
Size: 37888 |
Author:eddielee |
Hits:
Description: 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-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 accurately the circle center coordinates Platform: |
Size: 6144 |
Author:qinchuanhero |
Hits:
Description: Circles
We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of
fixed radius can be described fully by the location of its center (x, y).
Think of each feature (edge) point on the circle as saying, ”if I’m on the circle, the center must be in one of these
places”. It turns out that the locus of these votes is itself a circle.
But what about circles of unknown size? In this case, we need a third parameter: the radius of the circle. So, we can
parameterize circles of arbitrary size by (x, y, r). Instead of casting votes in a circular pattern into a two-dimensional
accumulator, we cast votes in circles of successively larger size in a three-dimensional accumulator. Platform: |
Size: 104448 |
Author:mina |
Hits:
Description: Circular Hough transform using OpenCV: C++ version of the popular (best accurate I think) Matlab function CircularHough_Grd.m of Tao-Peng.
Note: the user should know how to use OpenCV first. Platform: |
Size: 6144 |
Author:Phan |
Hits:
Description: 在matlab环境下对图像进行处理,运用霍夫变换方法得到图像分割的阈值,并进行圆形的检测-In the matlab environment for image processing, using Hough transform method for image segmentation threshold and for the detection of circular Platform: |
Size: 13312 |
Author:王欣 |
Hits: