搜索资源列表
FindCircles
- 利用OpenCV在图像中寻找圆,先对图像进行预处理,之后在图像中寻找圆并将圆的相关参数提取出来-find circles in an image
houghcircle
- Find circles with specific radius in a binary image via Standard Hough Transform.
FindCircles
- opencv find circle source code
circle
- This program uses principle of the Image Processing to find center of circles.
Circular_hough
- it s used to detect circles in edge image as input by Hough transform. you can assign a region of interest (ROI) to find center of circle in it.it s effective because time of run is decreased.
dasf
- 本书是作者的《中国现代商道三部曲》的第一部。虽是一部文艺小说,但小说中所涉及到的IT行业的残酷商战和外企圈子内幕均以真实事件为原型,基于作者深厚的生活积淀,生动描写了在华外企高层的各地各色人物。各行各业的广大从业人员及外企白领们,都会觉得小说真实而深刻、生动而亲切-This book is the author of " Tao of China' s modern business Trilogy" the first part. Although it is a li
hough_circle
- matlab中实现hough圆检测的源代码,检测效果还可以,测试可用-find circles in an image using matlab
connection
- 从图片中找出连同区域,保留有三个以上的圆的连同区域-Find out the connection areas, and keep areas with three or more circles
sql_command_use_often
- 常用的sql语句,很有用的说,避免想不出来的时候手忙脚乱到处找-Common sql statements, useful to say to avoid can not think of the time running around in circles to find that
Hough_circle
- 基于标准Hough变换的圆检测程序,指定半径,在一幅二值图像中进行标准的hough变换-Circle Detection via Standard Hough Transform Find circles with specific radius in a binary image via Standard Hough Transform.
gui
- a gui created in matlab that finds the voltage in various shapes like triangles rectangles and circles. It can also find the electric field gradient
thesmallestring
- 求最小套圈问题,要求不能同时套到两个物品,但是圈又必须尽可能的大,可以用最近对问题!-Find the smallest ring and asked for can not be set to two items, but they must be as large circles, you can use the recent problem!
CircleFinder
- 用matlab编程,照常图片中带有圆圈的部分,并表示出来。模式识别。-find circles in the peculiar pictures using matlab, pattern recognition
RHT_CIRCLE
- 利用随机霍夫变换,检测图像中的圆,可以调节参数,达到理想效果-Find circles by using RHT
Finding-circles-based-in-CPP
- 通过opencv,利用hough算法,实现图案中圆形查找。-By opencv, use hough algorithm to achieve a circular pattern to find.
HW3-1
- this code in c++ and opencv can find circles and the center of them for you very easy.
Classify
- huogh 找圆程序源代码,利用霍夫变换可以做到图片中的圆形,并且标出坐标-find circles
curve_fitting.m
- first it detects edge by canny edge detection method then it uses hough transformation to find circles in an image. after that it detects the iris
jiqishijue
- 使用python和opencv2,进行图像滤波、霍夫变换处理,找出图中所有圆并画出,适合刚开始接触视觉编程的人学习参照(Find circles by python, cv2)
find+circle
- 找出一个圆的中心点或多个圆的中心。。。。(Find the center of a circle or the center of multiple circles...)