搜索资源列表
最小圆排列问题
- 给定N个大小不等的圆c1,c2,…,cn,现要将这N个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从N个圆的所有排列中找出有最小长度的圆排列。-given N ranging from the size of the circle c1, c2, ..., cn, when it is 000 yen N discharged into a rectangular box, demanding the rectangular box with a round of the h
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
yuan
- //下面是画圆的程序, //画线、画圆、画各种曲线其实都很简单,归根到底就是x、y的二元方程嘛 //对算法感兴趣的话建议去找本《计算机图形学》看看,不是卖关子哦。实在是几句话说不清除,呵呵 // ---------------------------------------------- //字节 void circleDot(unsigned char x,unsigned char y,char xx,char yy)//内部函数,对称法画圆的8个镜像
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
Source
- 可以将一张图中面积最大且最在中心的图圈起来,并且找出他的roi,是经过改善的找圆方式。-One figure in the center of the largest and most can be circled in Figure, and find his roi, is the result of an improved way to find a circle.
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
find-circle
- HALCON 找圆工具开发 找到所有的圆
霍夫变换找圆
- 利用霍夫变换找出圆,输出圆心坐标.比较不错的代码,值得学习.(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)