搜索资源列表
cvhoughcircles
- hough变换检测圆的opencv源码 不错哦
cvhoughcircles
- hough变换检测圆的opencv源码 不错哦-hough transform circle detection opencv source Oh well
circles
- 这段程序利用 Hough 变换在灰度图像中找圆 ,并可进而给出圆心和半径-The function cvHoughCircles finds circles in grayscale image using some modification of Hough transform.
yuanxulie
- 使用cvHoughCircles返回在灰度图中找到的圆序列-Back in the gray scale image using cvHoughCircles circular sequence found
houghcircles
- 函数cvHoughCircles使用Hough变换检测灰度图像中的圆-The function cvHoughCircles using the Hough transform circle detection grayscale images
HW5
- 调用CvSeq* cvHoughcircles实现变换检测圆-Call CvSeq* cvHoughcircles transform to detect circular
HoughCircles
- 利用opencv的函数cvHoughCircles实现检索图像里面的圆,附带几张示例图片,需要自己添加opencv 的库-The opencv the function cvHoughCircles of realization retrieve an image inside a circle, with a few sample pictures, you need to add your own library of opencv
opencv_cvHoughCircles_by_my_codes
- 该程序将检测圆进行扩展,首先获取感兴趣区,并保存,之后利用opencv提供的cvHoughCircles()对各个ROI区域进行圆检测,并将检测到的结果进行保存,可以运行。-this codes are set to detest circles in your image,you can get several ROI and operate in these ROI by cvHoughCircles()which is provi
cvHoughCircles
- 霍夫变换的圆检测算法,基于opencv实现,基础算法。-Hough transform circle detection algorithm based on opencv achieve basic algorithm.
cvHoughCircles-sorting
- cvHoughCircles检测到的圆顺序都是杂乱的,本代码可以实现检测圆的从上到下从左到右的排序-Circles detected by cvHoughCircles can be sorted by this code.