搜索资源列表
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-Matlab
- 自动检测圆的Matlab源码,有图例示范有源代码演示-Matlab source code automatically detects the circle, there are legends demo model source code
houghcircle
- Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. Upper left corner of image is the origin of coo
HoughObject
- Circles We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of fixed radius can be described fully by the location of its center (x, y). Think of each feature (edge) point on the circle
Hough
- detection circle using hough transform
Hough-Circle-Detection
- 基于hough变换的圆形检测,非常好用。-Based on hough transform circle detection, very easy to use.
Hough_Circle
- hough变换实现的图像中圆的检测,适用于计算机视觉初学者,简单容易理解-hough transform circle detection in images, Computer Vision for beginners, simple and easy to understand
houghcircle
- matlab code for sharing. this code is use to determine the hough circle
hough
- hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
houghGUI
- To find circle using hough transform
Hough-circle-detection
- 本压缩包是利用霍夫变换来处理圆角边界问题-This archive is the use of Hough transform to deal with border issues fillet
hough
- Matlab Function for HOUGH transform for a circle coordinates-Matlab Function for HOUGH transform for a circle coordinates..
houghcircle
- Hough circle detector using hough transform in Matlab
hough-circle
- 基于Hough变化的圆检测程序,以及最小二乘法的基本原理-Hough circle detection based on changes in procedures and the basic principle of least squares
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
zcx
- 对玻璃瓶的彩色图像进行处理,二值化,滤波,增强,阈值分割,边缘检测,Hough圆检测-Color image of the glass, binarization, filtering, enhanced threshold segmentation, edge detection, Hough circle detection
circle-Hough
- hough变换是实现图像边缘检测的一种有效方法,其基本思想是将测量空间的一点变换到参量空间中的一条曲线或一个曲面,而具有同一参量特征的点交换后在参量空间中相交,通过判断交点处的积累程度来完成特征曲线的检测,-hough transform to achieve image edge detection of one kind of effective method The basic idea of the measurement space point conver
hough
- 霍夫变换圆检测MATLAB程序 利用霍夫变换进行圆检测的MATLAB代码,带有详细解释,适合新手-Hough transform circle detection procedure using the Hough transform MATLAB circle detection MATLAB code with detailed explanations, suitable for beginners
Desktop
- hough圆变换,边缘处理后的图像找圆重新绘制,附有验证图片-hough circle transform, image processing to find the rear edge of the circle is redrawn, with verification image
hough-circle
- opencv 霍夫圆检测 c++实现 编译环境是visual studio 2015-opencv hough circle