Welcome![Sign In][Sign Up]
Location:
Search - Computer Graphics bezier curve

Search list

[Graph program清华大学-计算机图形学

Description: 清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练习题 ■ 第4章 真实感图形学 ※ 颜色视觉 ※ 简单光照明模型 ※ 局部光照明模型 ※ 光透射模型 ※ 纹理及纹理映射 ※ 整体光照明模型 ※ 实时真实感图形学技术 ※ 练习题 ■ 第5章 OpenGL与VRML ※ OpenGL ※ VRML ■ 第6章 附录-图形变换 ※ 数学基础 ※ 几何变换 ※ 投影变换-Tsinghua University Distance Education Computer Graphics Chapter 1 Introduction* Computer Graphics Research*** Computer Graphics* A Brief History of the development and application of research frontier graphics equipment* Chapter 2* Raster Graphics of the linear scan conversion algorithm* arc scan conversion algorithm* polygon scan conversion and regional characters filled*** Antialiasing cutting blanking** Exercises Chapter 3 geometric modeling technology curve and surface** Bezier and B-spline curves and surfaces in computer* Eye said the intersection classification** Solid Modeling System* Exercises Chapter 4 photorealistic visual color graphics** simple lighting model* partial lighting model optical transmission model** texture and overall texture mapping
Platform: | Size: 3184640 | Author: 张强 | Hits:

[Graph Drawing计算机图形学二维绘图

Description: 是计算机图形学的二维绘图程序,包括: 1.图元的生成:直线、椭圆、区域填充 2.样条曲线的生成:Bezier曲线、B-样条曲线 3.分形图形的生成:Julia集、蕨类植物 4.真实感图形的生成(包括:球体、圆柱体)。-is the two-dimensional computer graphics drawing program, including : 1. Figure yuan Generation : linear, elliptical, two regional filled. Spline Curves Generation : Bezier curves, B-spline curve 3. Fractal Graphics Generation : Julia set, Fern 4. Realistic graphics generation (including : Ball, cylinders).
Platform: | Size: 221184 | Author: 李向 | Hits:

[Graph DrawingVC6DrawBezier

Description: 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-VC6.0 prepared by the cubic Bezier curve drawing procedures, use MFC framework document View structure. In addition to procedures to achieve cubic Bezier curve drawing, but also realized the point, line, round mapping, can be used as learning computer graphics algorithm reference. And other Bezier curves of different procedures, The program of Bezier curve-point value calculations show. Procedures prepared Bezier curves like to complete the Bezier curve drawing, and is able to draw the curve data preservation and open. Operation right to study the documents will also help. This is the first time I uploaded the source code, what is wrong with this manager also requested guidance. Thank you!
Platform: | Size: 174080 | Author: 王占辉 | Hits:

[2D Graphicjijie

Description: 计算机图形学关于B-样条和Bezier曲线的matlab程序-computer graphics on the B-spline and Bezier curve Matlab procedures
Platform: | Size: 1024 | Author: jijie | Hits:

[Graph DrawingComputeImage

Description: 计算机图形图象学中的基本功能,如画直线,圆,Bezier曲线,B-样条曲线,KOCH曲线等.-Computer graphics images of the basic functions of school, painting a straight line, round, Bezier curves, B-spline curve, KOCH curve.
Platform: | Size: 1597440 | Author: 陈贤巧 | Hits:

[Graph DrawingBezier

Description: 计算机图形学中Bezier曲线的 生成算法-Computer Graphics Bezier curve generation algorithm
Platform: | Size: 1024 | Author: 杨帆 | Hits:

[Graph programCAGDesign

Description: 软件主要实现了图形学中的基本算法,贝齐尔曲线算法,B样条曲线算法等,及由曲线构成曲面的算法。作者自己设计并开发了其中的算法库,在软件开发中使用了命令等设计模式。是作者在2004年学习完北航施法中教授著《计算机辅助几何设计与非均匀有理B样条》后,创作的一个小软件。现在把源码公开出来,希望本软件能给正在学习计算机图形学的朋友一些帮助。-The main achievement of the graphics software, the basic algorithm, Bezier curve algorithm, B-spline curve algorithm, as well as constituted by the curve surface algorithms. The author himself designed and developed algorithms library which, in software development, such as the use of the command design pattern. The author in 2004 after learning Professor BUAA magic of computer-aided geometric design with non-uniform rational B-spline , the creation of a small software. Now that the open-source out the hope that this software is learning computer graphics to give a friend some help.
Platform: | Size: 290816 | Author: 刘泽江 | Hits:

[GDI-BitmapBESIER

Description: 贝塞尔曲线程序,实现计算机图形学中的贝塞尔曲线绘制的程序。-Bezier curve procedures, computer graphics to achieve the Bessel curve drawing procedure.
Platform: | Size: 1024 | Author: soarhh | Hits:

[Graph programGraphics

Description: 计算机图形学的各种实验,里面包含主要内容包括线段、园、区域填充、线型线宽、字符、裁剪、等基本图形生成算法;样条、Bezier、等常用曲线的生成算法;Coons曲面、Bezier曲面、B样条曲面等常用曲面的生成算法。含实验报告-Computer graphics, various experiments, which contains the main contents include the line, park, area filling, line width, character, cutting, and other basic graphics generation algorithm spline, Bezier, and other commonly used curve generation algorithm Coons surface, Bezier surfaces, B-spline surfaces and other commonly used surface generation algorithm. With the experimental report
Platform: | Size: 328704 | Author: 何磊 | Hits:

[Windows Developbezier

Description: 吉林大学计算机图形学的试验程序 bezier曲线的绘制方法-Jilin University Experimental procedures Computer Graphics bezier curve drawing method
Platform: | Size: 1925120 | Author: 张鲁洋 | Hits:

[File Formatm

Description: matlab在计算机图形学中的应用,给出了部分bezier曲线的程序-matlab in computer graphics applications, given some of the procedures bezier curve
Platform: | Size: 131072 | Author: pan | Hits:

[OpenGL programBz

Description: 计算机图形学的实验,Bezier曲线的绘制。希望有所帮助!-Experimental computer graphics, Bezier curve drawing. Want to help!
Platform: | Size: 2001920 | Author: 连帅 | Hits:

[Graph programGraphics

Description: 计算机图形学的贝塞尔曲线和贝塞尔曲面的绘制,源码比较详细,贝塞尔曲线的生成可进行调整-Computer Graphics Bezier curves and Bezier surfaces rendering, a more detailed source, Bezier curve generation can be adjusted
Platform: | Size: 6128640 | Author: 冯瞻 | Hits:

[Graph programcomputer-graphics

Description: 计算机图形学的作业。该程序包括图形生成(DDA直线/中点直线/BH直线/中点圆/正负圆/BH圆),图形显示(边缘/种子/扫描线填充),二维裁剪(CS/中点分割/LB/多边形裁剪),图形变换(平移/对称变换/旋转/缩放),曲线生成(Bezier曲线/B样条曲线/Hermite曲线)的算法。-It is my computer graphics work. The program includes graphics generation (DDA line/mid-point of line/BH line/mid-point circle/plus or minus Yuan/BH circle), graphical display (Edge/seed/scan line fill), two-dimensional cutting (CS/midpoint split/LB/polygon clipping), graphics transform (translation/symmetry transform/rotate/zoom), Curve (Bezier curve/B-spline curve/Hermite curve) algorithms.
Platform: | Size: 2121728 | Author: 张君珏 | Hits:

[Graph Drawingcomputer-graphics-jobs

Description: 计算机图形学大作业 直线,圆,椭圆,二维填充,二维裁剪,二维变换,二维动画,三维图形,bezier曲线,雪花曲线-Great job in computer graphics lines, circles, ellipses, filled two-dimensional, two-dimensional cutting, two-dimensional transform, two-dimensional animation, three-dimensional graphics, bezier curves, snowflake curve. . .
Platform: | Size: 3661824 | Author: weiqier | Hits:

[OpenGL programgra_hw1b

Description: Bezier curve implementation using open gl in C++ Computer gRaphics
Platform: | Size: 10240 | Author: deepthi | Hits:

[OpenGL programBEZIER-Curve

Description: OpenGL 计算机图形学 Beizer Curve 是课程资源!值得参考!-OpenGL computer graphics Beizer Curve curriculum resources! Worth considering!
Platform: | Size: 67584 | Author: zhangjiawen | Hits:

[Graph DrawingComputer-graphics

Description: 用C++编写的实现计算机图形学中的直线,自由曲线,bezier曲线,nurbs曲面,填充,裁剪,显示直线交点等基本功能。-The realization of the c++ write computer graphics, linear, free curve, bezier curve, nurbs surface, filling, cutting, show the basic function such as straight line intersection point.
Platform: | Size: 2383872 | Author: D.bin | Hits:

[OpenGL programThe-bezier-curve-drawing

Description: 该文代码就是汇总计算机图形知识,绘制bezier 曲线-In this paper, the code is the summary of computer graphics knowledge, draw the bezier curv
Platform: | Size: 44032 | Author: ma | Hits:

[Graph DrawingBSpline

Description: 以下是我用Qt GUI所编写的程序,包含源代码和可执行程序 主要功能: 1.绘制B样条 2.通过节点插入将B样条转化为多段Bezier曲线 操作方式:鼠标点击屏幕绘制B样条,默认均匀节点;控制点可以通过鼠标拖动(The following are the programs I wrote with Qt GUI, including the source code and the executable program Main functions: 1. draw B splines 2. transfer B spline to multi segment Bezier curve through node insertion Operation mode: mouse click on the screen to draw B splines, default uniform node; control point can be dragged through the mouse)
Platform: | Size: 24190976 | Author: 羽觞醉月123 | Hits:
« 12 3 »

CodeBus www.codebus.net