搜索资源列表
hough.zip
- matlab环境下利用hough变换实现圆检测,matlab environment using hough transform circle detection
Hough-Circle-Detect.rar
- 可以实现对图像中半径不同的圆形图像区域的检测,Radius of the circle of different detection
Hough变换 图像的形状检测
- hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
hough-Matlab
- 利用Matlab编写的基于hough变换的椭圆检测程序,已经运行过的,附图-Written in Matlab, hough transform based ellipse detection procedure has been run off, with photos
hough 圆 拟合
- HOUGH 检测圆,效果不错的,欢迎下载,matlab版本的
HoughCode-Matlab
- Hough变换提取圆信坐标,半径的Matlab代码,绝对好使,请大家检验。
hough.circle
- 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-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
hough
- hough变换的matlab源代码,可以提取直线和圆-hough transform matlab source code, can extract lines and circles
Houghtransformbymatlab
- hough变换的matlab实现用来检测图像中的直线圆等特征-Hough Transform Matlab achieve images used to determine the characteristics of Circle Line
Hough-circle-detection
- Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
HoughForCricle
- Hough变换在圆检测中的应用,MATLAB程序源代码。-Hough transform in a round Detection, MATLAB source code.
CircularHough
- 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
MATLAB
- 利用MATLAB实现的一些图像处理程序 有利用HOUGH变换实现圆的检测 也有实现均值处理的以及同台滤波处理还有中值滤波的-The use of MATLAB implementation of a number of image processing procedures have to use HOUGH transform circle detection also realize there is implementation of the deal, as well as the me
hough
- 用hough监测圆-fdfddffasdghgfsf
yizhongsuijiduotuoyuanjiancedekuaisusuanfa
- 针对多椭圆检测问题提出了一种快速随机检测算法。该算法利用在图像中随机采样到的一个边缘点和 局部搜索到的两个边缘点以及这三个点的邻域信息确定候选椭圆,再将候选椭圆变换为对应圆,通过确认真圆来确 认真椭圆。在确定候选椭圆时,最大限度地减少随机采样点数 剔除更多的非椭圆点,降低了无效采样,减少了无效 计算。数值实验结果表明:该算法具有良好的鲁棒性,其检测速度比同类算法快-Ellipse detection problem for many a fast random detect
Hough-Circle-Detection
- 这个matlab程序通过标准的hough变换,并指定圆半径的情况下,在二值图像中检测圆。-The matlab program through standard hough transform, and specify the radius, the two values in the detection of circular images.
Hough
- 利用Hough变换实现半径未知的圆形物体的检测-Use Hough transform to achieve a circular radius of an unknown object detection
hough
- 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform for finding circles in the image.
hough
- hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
hough--line
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth