Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - CircularHough_Grd
Search - CircularHough_Grd - List
matlab用hough变换检测圆的程序,经过检测可以运行良好
Update : 2008-10-13 Size : 111.77kb Publisher : miaowei

houph变换,通过梯度函数得到图像的梯度矩阵,通过检测圆检测眼睛位置。
Update : 2008-10-13 Size : 7.11kb Publisher : 严峰

采用hough变换检测圆的仿真程序,希望对大家有用。
Update : 2008-10-13 Size : 109.03kb Publisher : 超越

本程序是基于hough的圆检测,功能较为简单,但是实用性强
Update : 2008-10-13 Size : 16.15kb Publisher : jjx

matlab用hough变换检测圆的程序,经过检测可以运行良好-matlab using hough transform circle detection procedure, after testing can run a good
Update : 2025-02-19 Size : 111kb Publisher : miaowei

houph变换,通过梯度函数得到图像的梯度矩阵,通过检测圆检测眼睛位置。-houph transform, through the gradient function to be the image gradient matrix, circle detection by detecting the location of the eyes.
Update : 2025-02-19 Size : 7kb Publisher : 严峰

采用hough变换检测圆的仿真程序,希望对大家有用。-Hough transform circle detection using the simulation program, in the hope that everyone useful.
Update : 2025-02-19 Size : 109kb Publisher : 超越

本程序是基于hough的圆检测,功能较为简单,但是实用性强-This procedure is based on the hough circle detection, feature relatively simple, but practical
Update : 2025-02-19 Size : 16kb Publisher : jjx

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
Update : 2025-02-19 Size : 14kb Publisher : money

matlab检测圆心程序,基于HOUGH,附测试图像。-Detect matlab center procedures, based on HOUGH, attached to the test image.
Update : 2025-02-19 Size : 28kb Publisher : liuyuetian

08年数学建模A题matlab代码,对其圆心的判断-2008 Mathematical Modeling A title matlab code, the judge of its center
Update : 2025-02-19 Size : 14kb Publisher : 李第伟

使用Hough 变换检测圆,检测线,效果不错-Hough transform circle detection, detection line
Update : 2025-02-19 Size : 97kb Publisher : yaowei

matlab检测二位图中的多个圆形。圆形半径的大小不限制-Hough detect circle
Update : 2025-02-19 Size : 113kb Publisher : YAO Min

复杂背景下的中心定位圆心,霍夫变化的具体应用-Center positioning center of a circle, changing the specific application of Hough
Update : 2025-02-19 Size : 7kb Publisher : 陈乔

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.
Update : 2025-02-19 Size : 6kb Publisher : Phan

Circular Hough_ Grd人眼定位的简单实现程序-Circular Hough_ Grd
Update : 2025-02-19 Size : 7kb Publisher : 杨晶

用Hough变换算法检测一幅灰度图像里的圆环。-Detect circular shapes in a grayscale image. Resolve their center positions.
Update : 2025-02-19 Size : 108kb Publisher : 辰采星

Circular Hough transform based on the gradient field of an image.
Update : 2025-02-19 Size : 7kb Publisher : Joe

maltab code for Detect circles with various radii in grayscale image via Hough Transform
Update : 2025-02-19 Size : 112kb Publisher : sswtechnology

It is a matlab source code. In this code i used hough transformation to detect circle which have specific radius defined by user.
Update : 2025-02-19 Size : 1.27mb Publisher : Ashab Uddin
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.