搜索资源列表
20060303004409246
- 用matlab检测直线,圆。椭圆的程序,对直线程序进行了改进,采用随机霍夫变换 &由粗到细的检测方式检测,效果好-detection using Matlab straight round. Elliptic procedures, the procedures for linear improvement, randomized Hough Transform & by coarse-to-fine detection m
hough
- 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。
霍夫检测
- 这是用霍夫变换来检测圆的一个程序,不错的
20060303004409246
- 用matlab检测直线,圆。椭圆的程序,对直线程序进行了改进,采用随机霍夫变换 &由粗到细的检测方式检测,效果好-detection using Matlab straight round. Elliptic procedures, the procedures for linear improvement, randomized Hough Transform & by coarse-to-fine detection m
hough
- 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。-Image processing often requires detection of a round-shaped objects, the program can detect the use of Hough transform and radius of the center circle.
Hough_Matlab
- Hough变换_用霍夫曼方法检测圆、直线的Matlab程序 -Hough transform method _ with Hoffman yen, a straight line of Matlab procedures
Circle_DetectionHoughTransform
- matlab编写的用霍夫曼变换检测圆的算法 对初学者有帮助-Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image spac corresponds to a circle in Hough space
A8010363
- 用两步法霍夫变换检测圆的论文,提高了运算效率,可以用于椭圆检测。-Change Detection by two-step round paper Fahuo Fu, improve the efficiency, can be used for ellipse detection.
houph_MFC
- 在MFC环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the MFC environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
Houghhesobel
- 在C环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the C environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
huofu-jian-ce-yuan
- 用霍夫变换的方法对图像中的圆进行检测,并将检测到的圆显示出来-The circle in the image to be detected using the Hough transform method, and the detected circle is displayed
hough_circle
- 霍夫变换(Hough Transform) 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。本代码用来检测圆。-Hough transform (Hough Transform) Hough transform in image processing from the image geometry of the basic methods of id
circle-detection
- 基于MATLAB的圆检测的图像处理,用到了最小二乘法,和霍夫变换-circle detection
hough_circle
- 用霍夫变换检测圆,是图像处理的重要应用,还可用于图形识别(Circle detection by Hof transform)