搜索资源列表
CircularHough_Grd
- matlab用hough变换检测圆的程序,经过检测可以运行良好
CircularHough_Grd
- houph变换,通过梯度函数得到图像的梯度矩阵,通过检测圆检测眼睛位置。
CircularHough_Grd
- 采用hough变换检测圆的仿真程序,希望对大家有用。
CircularHough_Grd
- 本程序是基于hough的圆检测,功能较为简单,但是实用性强
CircularHough_Grd
- matlab用hough变换检测圆的程序,经过检测可以运行良好-matlab using hough transform circle detection procedure, after testing can run a good
CircularHough_Grd
- houph变换,通过梯度函数得到图像的梯度矩阵,通过检测圆检测眼睛位置。-houph transform, through the gradient function to be the image gradient matrix, circle detection by detecting the location of the eyes.
CircularHough_Grd
- 采用hough变换检测圆的仿真程序,希望对大家有用。-Hough transform circle detection using the simulation program, in the hope that everyone useful.
CircularHough_Grd
- 本程序是基于hough的圆检测,功能较为简单,但是实用性强-This procedure is based on the hough circle detection, feature relatively simple, but practical
A2008
- 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 )
CircularHough_Grd
- matlab检测圆心程序,基于HOUGH,附测试图像。-Detect matlab center procedures, based on HOUGH, attached to the test image.
CircularHough_Grd
- 08年数学建模A题matlab代码,对其圆心的判断-2008 Mathematical Modeling A title matlab code, the judge of its center
CircularHough_Grd
- 使用Hough 变换检测圆,检测线,效果不错-Hough transform circle detection, detection line
CircularHough_Grd
- matlab检测二位图中的多个圆形。圆形半径的大小不限制-Hough detect circle
CircularHough_Grd
- 复杂背景下的中心定位圆心,霍夫变化的具体应用-Center positioning center of a circle, changing the specific application of Hough
circularHough
- 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.
CircularHough_Grd
- Circular Hough_ Grd人眼定位的简单实现程序-Circular Hough_ Grd
CircularHough_Grd
- 用Hough变换算法检测一幅灰度图像里的圆环。-Detect circular shapes in a grayscale image. Resolve their center positions.
CircularHough_Grd
- Circular Hough transform based on the gradient field of an image.
CircularHough_Grd
- maltab code for Detect circles with various radii in grayscale image via Hough Transform
CircularHough_Grd
- It is a matlab source code. In this code i used hough transformation to detect circle which have specific radius defined by user.