搜索资源列表
HOUGH
- 基于HOUGH变换的检测圆的MATLAB小程序.
hough检测圆
- hough检测圆的源代码
comres.RAR
- 检测圆的Hough变化,速度快 功能强大 比标准的hough检测更加灵活多变,识别率高,Hough circle detection of changes in speed and powerful than the standard detection hough more flexible, agile, high recognition rate
Ellipse1
- 基于hough变换的快速椭圆检测方法,其中有边缘检测/平滑去噪等-hough ellipse edge
hough-transfrom
- 检测圆的程序,利用VC++ 使用HOUGH算子 效果明显 十分实用-Circle detection procedure, using VC++ using the HOUGH operator was very practical effect of
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.
HcomresRRARo
- 检测圆的Hough变化,速度快 功能强大比标准的houugh检测更加灵活多变,识别率高,已通过测试。 -Circle detection Hough changes, the fast powerful than the standard houugh detect more flexible and a high recognition rate, has been tested.
opencv-codes-of-Hough
- C语言环境下 opencv中的 利用Hough变换检测圆 把后缀改为word即可-opencv codes of Hough
Hough
- 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
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.
hough
- 霍夫圆检测实现时钟表盘的自动识别,以及分针、时针的辨别,和当前时间的确定-Hough circle detection to achieve clock dial automatic identification and determining the minute hand and hour of discrimination, and the current time
demo2
- 本系统先对图像进行相应出来然后检测图像中的圆,并标识出来。(This system first carries out the corresponding image, then detects the circle in the image, and identifies.)
hough检测圆
- 机器视觉检测圆程序,基于opencv的vs开发环境下的圆检测程序(Machine vision detection circle program, based on opencv development environment of circle detection program)