搜索资源列表
guanyihough
- 广义Hough变换_多个圆的快速随机检测。基本上解决了多个元检测的问题
HOUGH
- 基于HOUGH变换的检测圆的MATLAB小程序.
Ellipse1
- 基于hough变换的快速椭圆检测方法,其中有边缘检测/平滑去噪等-hough ellipse edge
Hough
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
HOUGH
- HOUGH变换圆检测,可同时检测多个圆;对了解HOUGH变换很有帮助-HOUGH transform circle detection, can simultaneously detect multiple round
hough
- hough变换,把检测整体特性转化为检测局部特性,比如直线、椭圆、圆和弧线等-hough transform to detect the overall characteristics into the detection of local features, such as lines, ellipses, circles and arcs, etc.
ucirrcle_detts
- 运用Hough变换检测测圆的Matlab源代码 -Use Hough transform to detect cyclometry Matlab source code
Mfassthoughcca
- Hough变换快速实现多圆检测的的算法。没有使用循环,但内存需求大。 -Hough transform fast multi-circle detection algorithm. Do not use the cycle, but the memory requirements.
B218824929122a
- 一种基于改进Hough变换的圆形物体检测:圆的Houugh变换,椭圆的Hough变换,改进型Hough变换 -Based on improved Hough transform circular object detection: round Houugh transform ellipse Hough transform and improved Hough transform
opencv-codes-of-Hough
- C语言环境下 opencv中的 利用Hough变换检测圆 把后缀改为word即可-opencv codes of Hough
hough
- 利用霍夫变换原理求解圆环的圆心,以及半径-The Hough transform principle solving Rings center of the circle, as well as the radius
hough
- 本程序能够用hongh变换实现对圆的识别,先进行滤波再进行识别。-This procedure can be used to achieve identification of circular hongh transformation, first be filtered and then identify.
index
- 读入图像,对图像进行预处理,随后检测边缘,对得到的图像进行二值化,然后进行hough变换,获得圆边界,将此图与原图叠加,增强边缘-Read into the image, the image preprocessing, edge detection followed, the resulting image binarization, and then hough transform to get round the border, this graph with the original o
Hough_edgedetect
- 实现HOUGH变换检测圆的功能 vc平台 可直接运行 效果不错 可实现多个圆的检测-its main function is to complement circle s houghtransform.
3.Hough
- 实现HOUGH变换检测圆的功能 直接运行 效果良好-Achieve HOUGH transform circle detection functionality directly running well
hough
- 基于Hough变换开发的一种较通用的快速圆检测方法-Based on Hough transform is the development of a more general round fast detection method
hough
- 实现通过大金法二值化,边界提取,直线hough变换检测直线和圆-Implemented by daikin binarization method, boundary extraction, linear hough transform to detect linear and circular
hough
- 本实验例程为DSP+FPGA之间通信,实现hough变换检测圆的源代码,对于图像处理方面的理解将更为深入。-In this study, routine communications between the DSP+ FPGA, to achieve hough transform circle detection source code, for image processing will be more in-depth understanding.
Hough-detect
- 这是一个在VC++环境下的Hough变换检测圆的代码,它能同时检测多个圆,效果较好。-This is a Hough transform circle detection code under VC++ environment, it can simultaneously detect more than one round, the better.
houghtransform2
- Hough变换可用来提取直线和圆,本程序适用于新手,谢谢下载!-Hough transform is used to extract lines and circles, this program is suitable for beginners, thank you download!