搜索资源列表
圆模板检测算法
- 这是基于模板的圆检测算法,效果不错,试试知道了。下吧-This is based on the template circle detection algorithms, good effect, try know. Are you
houghtoedge
- hough变换对圆的检测源代码,附带图片以及程序说明-hough transform the detection of circular source code, fringe shows and procedures Photo
houghregonize-c
- c语言hough变换实现直线和圆的检测。圆的检测是一种改进算法-c language hough transform linear and circular testing. Circle detection is an improved algorithm
Houghsuanfashixianyuandejiance
- 运用Hough算法实现圆的检测的算法,不同的算法,大家可以进行参考,以便做设计与文章的时候采用.-use Hough algorithm round detection algorithm, a different algorithm, we can engage reference, to do the design and use of the article.
hough-CL
- 一种hough变换对圆的检测的算法,经过检测,可以运行。-hough transform a round of the detection algorithm, through testing, can run.
hough
- 运用Hough算法实现圆的检测 里面是一文本文挡,内含C程序
hough_circle
- Hough变换实现检测圆的程序,对圆形的突变点敏感,可以实现边缘图像中圆的检测。
BmpProcess
- 基于MFC平台,利用Hough变换实现对直线和圆的检测,能很好的检测出来。
hough_circle
- Hough变换对圆的检测 希望对大家有用!
HoughforCircleetection
- Hough变换对圆的检测 Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。
简单的赛车游戏1
- 这个程序是大二时的汇编课程设计,当时也是花了不少时间,因为是初学,很多方 面都遇到了麻烦。首先就是画小车的问题,如果采用子程序,参数的频繁变动将使程序 变得很难阅读,后来终于发现宏的应用将使程序变得更易于阅读,但因为宏调用在编译 时会宏展开,采用宏将使编译后的文件比较大。再就是小车的动画实现及其碰撞检测, 也是历经磨难好不容易才完成。尤其是碰撞检测,也没找到好的方法,以至三个车道绝 大部分代码是重复的,还盼高手指点迷津。原准备用中断做背景音乐的,但没做好,只 做了个显示系统时钟的,让大虾们见笑。
matlab检测圆
- 用matlab检测圆的一个脚本程序,可以非常方便快速的检测图像中的圆。
hough检测圆
- hough检测圆的源代码
霍夫检测
- 这是用霍夫变换来检测圆的一个程序,不错的
Hough变换 图像的形状检测
- hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
myfinalwork
- 实现第十章中采用Hough变换来检测图像中圆的过程。并对我提供的一幅灰度图像(sweden-coins.bmp),通过包括平滑(把细节去除),边缘检测(得到轮廓)以及Hough变换得到的圆,并把结果叠加到原来的灰度图像上。给出具体的过程,中间结果,最后结果,实现的代码,并写出报告-Implement Chapter Hough transform to detect the use of the image circle of the process. And I offer a graysca
breastdetection
- 该程序主要实现人脸检测的功能,通过Hough圆的检测将人脸标示出来。-Face Detection
Hough_Circle
- hough变换实现的图像中圆的检测,适用于计算机视觉初学者,简单容易理解-hough transform circle detection in images, Computer Vision for beginners, simple and easy to understand
image_图像边缘检测,图像分割,检测及圆拟合
- 可以实现图像边缘检测,并对圆形区域实现圆的拟合(It can realize image edge detection and circle fitting.)