搜索资源列表
Spline+ellipse
- 标准椭圆的算法与三次样条曲线算法 用OpenGL实现编程-standard ellipse algorithm and cubic spline curve algorithm using OpenGL Programming
ellipse
- 画出椭圆。其中用到opengl的画点函数,其余是普通的C++代码
算法
- 关于椭圆的一个优化算法-This is a optimized algorithm about ellipse.
fitellipse
- Demonstration for ellipse fitting
Scan&RegFill
- 用“扫描线填充法”和“边界填充算法”填充椭圆-With scan-line fill and border filling algorithm Filled Ellipse
apofkgrjj
- 一个简单的程序,可以画各个象限的椭圆弧,和整个椭圆。-a simple procedure, each quadrant can draw an ellipse, and the entire oval.
Spline+ellipse
- 标准椭圆的算法与三次样条曲线算法 用OpenGL实现编程-standard ellipse algorithm and cubic spline curve algorithm using OpenGL Programming
openGL--Bemhan
- 本代码为Bresenham直线生成代码,在窗体中可以以任意角度画出直线。-The code for Bresenham line generated code, in the form we can draw a straight line to any angle.
ellipse
- 画出椭圆。其中用到opengl的画点函数,其余是普通的C++代码-Draw an oval. Which uses opengl for drawing point function, and the rest is ordinary C++ Code
22
- 椭圆拟合的算法,简单实用,不用复杂的迭代,很容易看懂!-Ellipse fitting algorithm, is simple and practical and not complicated iteration, it is easy to understand!
3
- 实验要求:1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to gener
fitellipse
- 椭圆拟合,用于在jpg格式的图片上寻找椭圆,并进行拟合-Ellipse fitting to the picture in jpg format to find oval, and fitting
Ellipse
- glut画椭圆程序 OpenGL中无专门的画椭圆命令,所以自己做了一个用glut画椭圆程序。-OpenGL oval painting process glut of non-specialized order oval painting, so do a procedure with an oval painting glut.
ellipse
- ellipse using openGL
Circle
- Draw Ellipse opengl using bresenham algorithm
openGL
- 此程序的功能是实现基本的openGL中的画线算法,总共有四个算法。DDA画线算法,中点Bresenham算法画直线,改进Bresenham算法画直线以及 四分法绘制椭圆-Feature of this program is to achieve the basic openGL draw lines in the algorithm, a total of four algorithms. DDA line drawing algori
Painter
- 画图,OpenGL实现,可以画点,线,圆,椭圆,矩形,多边形等,可以设置颜色和线的粗细,点的大小-Drawing, OpenGL implementation, can draw points, lines, circles, ellipses, rectangles, polygons, etc., you can set the color and line thickness, point sizes
openGL
- 计算机图形学实验,画直线,圆,椭圆,带界面-Computer graphics experiments, draw a straight line, circle, ellipse, with the interface
Ellipse
- OpenGL中椭圆的源代码,MFC类响应OnDRAWEllipseTO中的代码编写-OpenGL source code of the ellipse, the MFC class response code is written in OnDRAWEllipseTO
OpenGL绘制参数曲线
- opengl绘制参数曲线,这里绘制的是很多条短直线逼近一个椭圆,比较适合新手(OpenGL draw parameter curve, here is drawing a lot of short straight line approaching an ellipse, more suitable for novice)