搜索资源列表
gat_shiyan3
- 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorithm are : DDA linear mapping al
shiyang1
- 实现DDA直线生成算法、Bresenham直线生成算法、中点绘圆算法,以及多边形扫描线填充算法-achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
zhixiansangesyanfa
- Bresenham算法是计算机图形学领域使用最广泛的直线扫描转换算法。仍然假定直线斜率在0~1之间,该方法类似于中点法,由一个误差项符号决定下一个象素点。 -Bresenham algorithm is the field of computer graphics the most widely used linear scan conversion algorithm. Still assuming that the linear slope of between 0 ~ 1, the
gdfgdgd
- 计算机图形学 中点算法 实用简单 以理解
asd
- 计算机图形学 中点算法 实用简单 以理解
123
- 图形学代码 直线的中点Bresenham算法 圆的中点Bresenham算法椭圆的中点Bresenham算法
case11
- 中点分割直线裁剪算法,从中间开始裁剪直线,使得直线分割 -The midpoint of straight line clipping algorithm, starting from the middle of cutting a straight line, making a straight line segmentation
MidpointCircle
- 计算机图形学 中点画画圆算法的Matlab程序-Computer graphics algorithms in Matlab stipple procedures drawcircle
LineClipping
- 计算机图形学中的线段裁剪算法,包括:区域编码,中点算法和liang算法-Computer graphics in the cut-line algorithm, including: regional coding, the mid-point algorithm and algorithm liang
CG(1)
- 绘图底层代码,实现了直线的DDA算法,圆和椭圆的中点算法。-Mapping the underlying code, the DDA algorithm to achieve the straight, round and ellipse midpoint algorithm.
CG
- 实现了直线的DDA算法,圆和椭圆的中点算法的底层代码。-DDA algorithm to achieve a straight line, circle and ellipse midpoint algorithm underlying code.
DrawProfile
- 源码框架来源于网络,经过修改,算法简洁明了 具体实现了bresenham生成直线和椭圆,和中点算法生成圆。-Source frame from the network, a modified, simple and easy to understand the concrete realization of the linear and elliptical bresenham generated, and the midpoint algorithm to generate a round
vc
- vc++实现DDA算法、Bresenham算法、中点算法,以及直线的拖动和拉伸变换-vc++ achieve DDA algorithm, Bresenham algorithm, the midpoint algorithm, and drag the line and stretching transformation
tuxingxue
- 图形图像处理,包含DDA,中点算法,bresanham算法以及图像变换-Graphic image processing, including DDA, the midpoint algorithm, bresanham algorithms and image transforms
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
zycgline
- 用MFC将窗体分割,画直角坐标系。通过控制台实现直线的Bline、DDA算法和圆的中点算法-MFC will be split with the form, draw a Cartesian coordinate system. Achieved through the console line Bline, DDA algorithm and the midpoint circle algorithm
lab
- 用MFC写的实现直线(DDA算法,中点算法和Bresenham算法)、圆(八分画圆)。-Line with the implementation of MFC write (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth of the circle.)
tuxingxuezhongdiansuanfa
- 计算机图形法中点算法的描述,打开工作组就可以看到具体执行-Computer graphics method described in the mid-point algorithm, open working group to see the practical implementation
9928015
- 圆 椭圆圆弧生成的中点算法C++源代码,实验模拟的()
892193
- 圆的中点画法 根据圆的八对称行,采用圆弧的中点算法,实现圆的中点扫描转换()