搜索资源列表
airimg_wy(10-5)
- 使用Hough变换检测圆的示例。该程序可以确定图像中每个圆的圆心位置。-detection Yuan example. The procedure can be identified image of the center of a circle round each location.
hough_circle
- matlab标准hough变换圆检测代码,已经经过测试,可用于图像识别-Matlab standard Hough transform circle detection code has been tested, can be used for image recognition
hough_detect
- 国外matlab研究站点下载的hough变换直线及圆检测代码-abroad Matlab research site to download the Hough transform linear and circular detection code
CircleDetectionArithmetic
- 在Matlab上基于Hough变换开发的快速圆检测方法,可应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。 -in Matlab Hough transform based on the rapid development of a round detection method can be applied to the detection of iris image, the completion of the iris, outside edge positioning.
圆检测HOUGH变换的改进算法研究
- 模式识别与人工智能,圆检测HOUGH变换的改进算法
hough 程序例子
- hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
HoughCircle
- matlab进行霍夫变换检测圆...未使用matlab的源码-matlab for Hough transform to detect circles ... not use the source code matlab
hough_circle
- hough变换对圆的检测,h ough变换对圆的检测-hough transform circle test, h ough transform for circle detection
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.
6268hough
- hough变换的检测函数,调试成功的,可以用,对于圆检测很有帮助,大家可以学习一下-hough transform function testing, debugging successful, you can use, very helpful for circle detection, we can learn about
Hough_Circle
- hough变换实现的图像中圆的检测,适用于计算机视觉初学者,简单容易理解-hough transform circle detection in images, Computer Vision for beginners, simple and easy to understand
Untitled3
- 哈夫变换检测圆,,检测一个半径为80,灰度值为160的圆,它处在灰度值为96的背景中-Hough transform to detect circles, and testing a radius of 80, round gray value of 160, it is in the background gray value of 96
CircularHough
- 使用hough变换检测圆,程序说明详细,可以检测同心圆-Using the hough transform to detect circles, detailed descr iption of the procedures, can detect the concentric circles
seghough
- K均值聚类法基于lab颜色空间分割图像,并用霍夫变换检测圆-K means clustering method is based on lab color space segmentation image and Hough transform to detect circles with
yuanjiancechongzhi
- 利用hough变换进行圆检测的程序,对于圆个数小于4的图像有比较好的效果。-Hough transform circle detection using the procedure, less than 4 for a round number of images have better results.
Hough-circle-detection
- 按照步骤根据hough变换进行圆检测 按照步骤根据hough变换进行圆检测-Follow the steps under the hough transform for circle detection in accordance with the steps under the hough transform circle detection
houghcircle
- HOUGH变换检测圆 MATLAB程序-HOUGH transform circle detection MATLAB program
hough
- 霍夫变换圆检测MATLAB程序 利用霍夫变换进行圆检测的MATLAB代码,带有详细解释,适合新手-Hough transform circle detection procedure using the Hough transform MATLAB circle detection MATLAB code with detailed explanations, suitable for beginners
Q
- 本文以室内、外不同空间的人数统计为背景,研究基于图像的人员计数技术,对某时段内进出摄像机视野中指定区域的人数,或指定区域内在景人数进行统计。主要研究内容有以下几点: (1)人员计数方案论证:本文分析对比了不同人员计数算法,研究分析了基于像素、 基于Hough变换的人员计数算法的优缺点。 (2)基于像素统计的人员计数系统实现:①分别采用近似中值背景模型和高斯混合背景模型提取前景图像;②采用基于HSV颜色空间变换的方法对前景中的阴影进行抑制;③用前景像素数除以人数得到一个人的像素平均值,
hough_circle
- 利用Hough(霍夫)变换检测图片中的圆,并进行分割(Detection of circles in images by Hof transform)