搜索资源列表
03.rar
- 给定n个大小不等的圆c1,c2,c3,...,cn,现要将这n个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n个圆的所有排列中找出有最小长度的圆排列。编程任务:对于给定的n个圆,设计算法,计算n个圆的最佳排列方案,使其长度达到最小。 输入:第一行有1个正整数n (圆的个数1≤n≤20) 接下来的1行有n个数,表示n个圆的半径 输出:将计算出的最小圆排列的长度(保留2位小数) 例如: 输入: 3 1 1 2 输出: 7.66 ,Given n-si
bit-yuanpailie
- 给定n个大小不等的圆c , c , , cn 1 2 ,现要将这n个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n个圆的所有排列中找出有最小长度的圆排列。例如,当n=3,且所给的3 个圆的半径分别为1,1,2时,这3个圆的最小长度的圆排列如图所示。其最小长度为2 + 4 2 。-Given n circles of varying sizes c, c,, cn 1 2 , now to the n rows into a round rec
kmeans-snake-hough
- kmeans、snake、hough三种算法的c++代码,其中,kmeans进行分类,snake进行图像套索,hough进行找圆、直线等功能-kmeans, snake, hough three algorithms c++ code, which, kmeans classify, snake image lasso, hough were looking for circles, lines, and other functions
霍夫变换找圆
- 利用霍夫变换找出圆,输出圆心坐标.比较不错的代码,值得学习.(Hof transform is used to find the circle and output the coordinate of the center of the circle.)
画图程序c
- 1、封装完成! 2、直线、矩形和圆 已经画出! 3、完善了封装:消息循环装入应用程序类! 4、多边形完成! 5、可修改画笔颜色和宽度了! 6、加载新图标! WM_PAINT完成,实现窗口重绘! 新建(全部删除)功能实现! 8、放大缩小功能实现! 原始大小查看功能实现! 9、选中+删除功能实现! 右键删除实现! 确定前的图形用虚线表示实现! 10、实现通讯功能! 11、电脑重装了,2005格了,找了些同学都只有2008,只有转化为VS200
circle1
- 可以利用霍夫算法找到图片中的圆形 超高精度哦(use Hoffman method to detect the circle in THE GRAPH)
find+circle
- 找出一个圆的中心点或多个圆的中心。。。。(Find the center of a circle or the center of multiple circles...)
霍夫变换找圆
- 此代码为霍夫变换找圆,检测提取圆,可以通过单片机验证(This code for the Huff transform find a circle, detection extraction circle, can be verified by the microcontroller)