当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - Circular Hough Transform
搜索资源列表
-
2下载:
hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
-
-
0下载:
图像处理中HOUGH变换检测圆形的代码,识别率比较高-HOUGH transform image processing to detect a circular code, the recognition rate is relatively high
-
-
0下载:
介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-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 coordina
-
-
0下载:
hough变换检测直线和圆,运用hough变换原理检测出来-hough transform linear and circular detection using hough transform detected Principle
-
-
0下载:
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) co
-
-
1下载:
Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
-
-
0下载:
(站长你好,本人上传的第一个程序有误麻烦删除)
基于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.
-
-
0下载:
利用霍夫变换检测圆,可检测多个。内有详细介绍。-Using Hough Transform Detect circular, can detect multiple. There is a detailed introduction.
-
-
0下载:
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
-
-
0下载:
Circular hough transform for eyedetection and precise eyes location. it is a very good code that works on both grayscale and jpg image.
-
-
0下载:
Circular hough transform for eyedetection and precise eyes location. it is a very good code that works on both grayscale and jpg image.
-
-
0下载:
Circular hough transform for eyedetection and precise eyes location. it is a very good code that works on both grayscale and jpg image.
-
-
0下载:
eye matching using Circular hough transform for eyedetection and precise eyes location. it is a very good code that works on both grayscale and jpg image.
-
-
0下载:
这个matlab程序通过标准的hough变换,并指定圆半径的情况下,在二值图像中检测圆。-The matlab program through standard hough transform, and specify the radius, the two values in the detection of circular images.
-
-
0下载:
hough变换源码 用于检测直线或圆形等-hough transform for the detection of source, such as linear or circular
-
-
0下载:
circular hough transform
-
-
0下载:
利用Hough变换实现半径未知的圆形物体的检测-Use Hough transform to achieve a circular radius of an unknown object detection
-
-
0下载:
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
-
-
0下载:
using circular hough transform for processing image
-
-
0下载:
In this source code we used the Circular Hough Transform to detect size of iris and also opening and closing of eyes.-In this source code we used the Circular Hough Transform to detect size of iris and also opening and closing of eyes.
-