搜索资源列表
02824418
- 多边形扫描转换 通过实现光栅图形学经典的多边形填充算法,深入理解光栅图形学的原理。-polygon scan conversion raster graphics through the realization of the classic polygon filling algorithm, raster graphics, in-depth understanding of the principle.
清华大学-计算机图形学
- 清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练
第二章 光栅图形学.files
- 本程序代码是计算机图形学的必备基础-computer graphics is the essential foundation
LineAndCircle
- 计算机图形学光栅图形学算法实现! 共大家交流!-computer graphics raster graphics algorithm! Total exchange!
计算机图形学的电子书
- 第1章 绪论 第2章 光栅图形学 第3章 几何造型技术 第4章 真实感图形学 第5章 OpenGL与VRML 第6章 附录—图形变换
《计算机图形学的算法基础 (David F.Rogers)原书第2版
- 本书从图形学最基础的光栅扫描、区域填充、画直线和圆弧等算祛讲起,详细介绍了线裁剪和面裁剪、凸区域裁剪和四区域裁剪的异同、景物空间消隐算法和图像空间消隐算法的差别、具体讲述了一』又空间剖分([135P)、八叉树等图形学中常用的数据结构。新版本增加了图形用户界面、椭圆、图像压缩和线条反走样算法等,还增加}Liaug-Barsky裁剪算法和Nicholf-Lee-Nichoif裁剪算法。新版本大大扩充了可见面光线跟踪算法。在绘制这一章中新增
清华大学-计算机图形学
- 清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练
第二章 光栅图形学.files
- 本程序代码是计算机图形学的必备基础-computer graphics is the essential foundation
LineAndCircle
- 计算机图形学光栅图形学算法实现! 共大家交流!-computer graphics raster graphics algorithm! Total exchange!
02824418
- 多边形扫描转换 通过实现光栅图形学经典的多边形填充算法,深入理解光栅图形学的原理。-polygon scan conversion raster graphics through the realization of the classic polygon filling algorithm, raster graphics, in-depth understanding of the principle.
guangshanhua
- C++实现光栅化,和窗口裁剪,大学计算机图形学的作业,希望有帮助-C++ Achieve rasterization, and window cutting, university computer graphics operations, would like to have help
028991-01
- 计算机图形学(computer graphics, CG)是研究如何利用计算机算法来生成、处理和显示图形的一门学科,主要的算法原理包括基于光栅扫描显示器的基本图形的扫描转换原理;基于齐次坐标的二维、三维变换矩阵的几何变换原理;基于几何造型的自由曲线、曲面的生成原理;基于分形几何学的分数维造型原理;基于像空间和物空间的三维实体动态消隐原理;基于颜色模型、光照模型和纹理映射技术的真实感图形显示原理。-Computer Graphics (c
Graph
- 图形学完整课件,包括光栅图形学,图形裁剪,基本几何,二维几何,图形变换,三维几何,几何造型,光照模型,曲线与曲面,曲线拟合与双圆弧逼近,交互技术等。-Graphics complete courseware, including raster graphics, graphic cut, basic geometry, two-dimensional geometry, graph transformation, three-dimen
PolyGon
- 通过实现光栅图形学经典的多边形填充算法,深入理解光栅图形学的原理。实现了逐点判断法、扫描线算法、边缘填充算法-Raster graphics by implementing the classical polygon filling algorithm, in-depth understanding of the principles of raster graphics. Judge realized point by point m
679852graphicCourse
- 包含计算机图形的各种算法分析与实现,图形变换,图形标准,光栅图形学,几何造型-Analysis and Implementation of computer graphics algorithms, graphics transform, graphics standard, raster graphics, geometric modeling
Chapter-II-----raster-graphics
- 第二章 光栅图形学课件,供初学者自学大家使用,非常详细-Second raster graphics courseware for beginners learning to use, very detailed
scanfill
- 光栅图形学中的扫描填充算法。list<Line> AET和list<Line>* NET构成了活性边表和新边表.算法先初始化各扫描线新边表,之后对于每条扫描线更新活性边表,并且配对交点来着色。 -Raster graphics scanning fill algorithm. list <Line> AET list <Line>* NET constitute the active
Brush_painting
- 利用光栅图形学和GDI,做了个简易的毛笔写字的代码,算法比较简单,但效果还不错。-Use raster graphics and GDI, made a simple brush to write code, the algorithm is relatively simple, but the results were pretty good.
line
- 图形学作业,光栅图形学部分,绘制直线,消除锯齿,高斯采样(homeworks of Graphics, raster graphics, draw lines, eliminate aliasing, Gauss sampling)
光栅图形学
- 光栅图形学基本算法实现 包括直线扫描转换算法,多边形扫描转换算法,区域填充算法,直线裁剪算法,多边形裁剪算法,消隐算法等(Implementation of basic algorithm for grating graphics)