搜索资源列表
-
0下载:
DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法,DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
-
-
0下载:
是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
-
-
0下载:
图像学breasem算法,中点圆算法和中点椭圆算法 可以保存 打开-Image Study breasem algorithm, the midpoint circle algorithm and the midpoint ellipse algorithm can be preserved for open
-
-
0下载:
计算机图形学课程作业
中点椭圆算法实现
-Computer Graphics coursework
midpoint ellipse algorithm
-
-
0下载:
绘图底层代码,实现了直线的DDA算法,圆和椭圆的中点算法。-Mapping the underlying code, the DDA algorithm to achieve the straight, round and ellipse midpoint algorithm.
-
-
0下载:
实现了直线的DDA算法,圆和椭圆的中点算法的底层代码。-DDA algorithm to achieve a straight line, circle and ellipse midpoint algorithm underlying code.
-
-
0下载:
计算机图形学椭圆中点的Bresenham算法代码-Computer Graphics Bresenham midpoint ellipse algorithm code
-
-
0下载:
一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
-
-
0下载:
一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
-
-
0下载:
此程序的功能是实现基本的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 algorithm, Bresenham midpoint line d
-
-
1下载:
VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
-
-
0下载:
图形学 一些算法的实现
直线、圆、椭圆 中点偏差算法
barsky、编码法直线裁剪算法的实现
Bezier曲线
mfc编程-Some graphics algorithm for straight line, circle, ellipse midpoint deviation algorithm barsky, coding algorithms achieve linear Bezier curve cutting mfc programming
-
-
0下载:
本代码包含以下算法的演示:
直线:DDA算法生成直线,中点算法生成直线,Bresenham算法生成直线。
圆:中点画圆,Bresenham画圆。
椭圆:中点画椭圆。
区域填充:多边形扫描线填充,种子扫描线填充。-This code contains a demonstration of the following algorithm:
Direct Line: DDA algorithm to generate a straight line, the midpoint al
-
-
0下载:
采用的是基于弦中点的hough变换椭圆检测算法,大家可以在百度上搜这篇论文,由于不是用的标准hough变换的算法,所以运行速度还不错-Used is based on the midpoint of the chord hough transform ellipse detection algorithm, we can search on Baidu paper, because the algorithm is not used in standard hough transform, so
-
-
0下载:
本代码通过OpenGL库,绘制了一个机器人,其中算法运用了,中点画线,中点画圆和中点画椭圆等。-The code via OpenGL library, draw a robot, which algorithm to use, and the dotted line, the midpoint Circle and the stippling ellipse.
-
-
0下载:
数值微分DDA画线法、中点画线法、Bresenham画线法、中点画圆法、中点画椭圆法、递归种子填充算法、简单种子填充算法、Liang_Barsky裁剪算法、Suther_Land多边形
、扫描线种子填充算法-DDA line drawing numerical differentiation method, the dotted line method, Bresenham line drawing method, midpoint Circle France, were dotted el
-
-
0下载:
计算机图形学中基于mfc的OpenGl实现的圆弧中点扫描算法绘制椭圆,半径可以自己设置,附有可执行文件。-Computer graphics based on the OpenGl MFC implementation of the arc midpoint scanning algorithm to draw the ellipse, the radius can be their own settings, with the executable file.
-
-
0下载:
计算机图形学基础算法,利用中点算法实现椭圆的绘制。-Computer graphics basic algorithm, using the midpoint algorithm to draw an ellipse.
-
-
0下载:
计算机图形学
DDA算法
bresenham算法
中点画圆算法
bresenham画圆算法
椭圆算法
扫描线算法(Computer graphics
DDA algorithm
Bresenham algorithm
Midpoint circle algorithm
Bresenham circle algorithm
Ellipse algorithm
Scan line algorithm)
-
-
0下载:
中点画椭圆算法,解决中点画椭圆问题的算法。。。。。。。。(The algorithm of midpoint ellipse solves the algorithm of midpoint ellipse.
The algorithm of midpoint ellipse solves the algorithm of midpoint ellipse.)
-