搜索资源列表
图形学画线画圆滑多边形的实现
- 图形学中的基本画图算法的实现,可能会有点小问题,请自己校正-graphics, the basic algorithm for drawing the realization may be some minor problems, its own calibration
三维游戏高级图形编程中的纹理特效制作实例源代码
- 三维游戏高级图形编程中的纹理特效制作实例源代码,如高级纹理映射、Billboard、阴影、粒子系统、L系统以及三维游戏自然场景的特效生成算法(树、云、雾、烟、爆炸等等)-3D game graphics programming texture effects produced source code examples, such as the High texture mapping, Billboard, shadows, particle system, L 3D games and the
invrend.tar
- 很好用的体绘制算法程序,可以展现优美的图形算法。-good use of volume rendering algorithm procedures, able to display the beautiful graphics algorithm.
多边形种子填充算法
- 最近学校开了图形学,在tc下调试可行的种子填充算法. 一起参考-recently opened a graphics school in tc debug viable seed filling algorithm. With reference! !
cut
- 一个简单的图形算法,先画个矩形,然后画条直线,矩形之外的线被截取。
fill
- 一个简单的图形算法,先画一个多边形,产生封闭的区域,然后选择颜色,把这个区域填充。
图形学算法演示
- 对象:想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,
分水岭算法——matlab
- matlab 图形界面 标记分水岭方法 图像分割
PCALDA.rar
- 这是用vc++语言编写的程序,里面有封装好的类,可以直接使用,包括PCA+LDA图形识别算法,This is using vc++ language preparation procedures, which have well-type package can be used directly, including PCA+ LDA pattern recognition algorithm
PointInPolygon.rar
- 判断点在凸多边形的内外的计算机图形学小程序;算法很不错;,In the convex polygon to determine the internal and external procedures of small computer graphics algorithm is pretty good
Computer_Graphics
- 计算机图形学原理及算法教程(Visual+C++版),包含三维变换、实时动画、图形裁剪、消隐、图形相交—相切、真实感图形学、帧动画等源码。-Computer Graphics Principle and Algorithm Tutorial (Visual+ C++ Version), including three-dimensional transformation, real-time animation, graphics, cutting, blanking, graphics int
CLanguageImageAlgorithmSets
- 【C语言图像图形算法程序集】 包括基本的图像处理和图形显示-Include some image code and show code.
Image-Segmentation
- 一个基于图形的高效图像分割算法,包括论文及相应的源代码。-This paper addresses the problem of segmenting an image into regions. We define a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image. We then develo
Clip
- 二维图形裁剪算法,矩形与任意多边形剪裁, Weiler-Atherton边界裁剪法,-Two-dimensional graph cut algorithm
lyd
- 这是一个计算机图形学中关于梁友栋算法实现的程序-This is a computer graphics on the friends of Liang Dong algorithm procedures
PointLine
- 实现直线算法的模拟,系计算机图形学的类容,直线的三种实现方法-Linear algorithm simulation, the Department of Computer Graphics class capacity, the three straight-line method
computergraphiscsalgorithm
- 此书为计算机图形学基础算法第二版,不错的.-The basis of this book for the computer graphics algorithm for the second edition, good.
Line
- 本科计算机图形学课程实验--Bresenhem算法画直线-Undergraduate computer graphics course experiment- Bresenhem algorithm for drawing a straight line
2d_Graphic_System
- vc6实现的2d图形学系统 其中图形算法全部自己实现 没有调用接口。主要功能如下a)直线和圆的生成,直线和圆的扫描转换。并且实现了用鼠标点击取点的交互功能。 b) 多边形的裁剪和填充,实现了点扫描与直线扫描多边形。 c) 直线剪裁,并可以自动判断与某条或某些条直线可剪裁,剪裁结果是一条线段生成两到三条线段,并可在文档中保存。 d) 图形变换:二维变换:平移、旋转、缩放功能,其中平移已实现了鼠标点击取点的交互功能。 e) 提供了用户对对象的选择,再在在被选择的对象上进行相应操作。
案例1-金刚石图案算法
- 计算机图形学的金刚石图案绘制,使用VC6++绘制,包含程序和代码(The drawing of diamond pattern in computer graphics is drawn by VC6++, including program and code.)