Location:
Search - circular hough
Search list
Description: hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
Platform: |
Size: 3552256 |
Author: 张婷 |
Hits:
Description: hough变换检测直线和圆,运用hough变换原理检测出来-hough transform linear and circular detection using hough transform detected Principle
Platform: |
Size: 2048 |
Author: jakey0000 |
Hits:
Description: c语言hough变换实现直线和圆的检测。圆的检测是一种改进算法-c language hough transform linear and circular testing. Circle detection is an improved algorithm
Platform: |
Size: 2048 |
Author: 张亮 |
Hits:
Description: 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆.-This is a VC++ Environment prepared circular Hough transform detection code, can detect more than a round.
Platform: |
Size: 60416 |
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算法.-This a master s thesis topic is: based on improved Hough transform detection of circular objects. This raised a lot of inside hough improved algorithm.
Platform: |
Size: 3046400 |
Author: yaodage |
Hits:
Description: 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆.-This is a VC++ Environment prepared circular Hough transform detection code, can detect more than a round.
Platform: |
Size: 94208 |
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: 基于Hough圆变换算法,在图像中寻找圆形-Based on the circular Hough transform algorithm to find the image circle
Platform: |
Size: 4032512 |
Author: wj |
Hits:
Description: 基于改进Hough变换的圆形物体检测:圆的Hough变换,椭圆的Hough变换,改进型Hough变换-Hough transform based on improved detection of circular objects: a circle Hough transform, elliptical Hough transform, modified Hough transform
Platform: |
Size: 3046400 |
Author: 孙惠 |
Hits:
Description: 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) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
Platform: |
Size: 14336 |
Author: money |
Hits:
Description: Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
Platform: |
Size: 44032 |
Author: zxl |
Hits:
Description: hough圆检测,定位图像中的圆形,并确定圆心坐标,精度高-hough circle detection, positioning of the circular image and to determine the center coordinates, high precision
Platform: |
Size: 846848 |
Author: wangzhuz |
Hits:
Description: 利用霍夫变换检测圆,可检测多个。内有详细介绍。-Using Hough Transform Detect circular, can detect multiple. There is a detailed introduction.
Platform: |
Size: 2143232 |
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: Circular hough transform for eyedetection and precise eyes location. it is a very good code that works on both grayscale and jpg image.
Platform: |
Size: 2048 |
Author: archit |
Hits:
Description: 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.
Platform: |
Size: 1024 |
Author: archit |
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: circular hough transform
Platform: |
Size: 13312 |
Author: moumita |
Hits:
Description: 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.
Platform: |
Size: 784384 |
Author: Abet |
Hits: