搜索资源列表
多边形裁剪
- 计算机图形学—多边形的裁剪算法。
图形裁剪算法vc程序
- 基于vc的对任意多边形进行裁剪
erweicaijian.rar
- 实现鼠标点击绘制出矩形和直线,然后用梁友栋算法进行的二维图形裁剪,The realization of a mouse click rectangle and draw a straight line, and then You-Xin Liang Dong algorithm using two-dimensional graphics cutting
tuxingcaijian.rar
- 这是一个图形裁剪的简单程序,可以剪裁线段和多边形,This is a simple graphics cutting procedures, line and polygon can be cut
shiyan4
- 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (p
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
Clip
- 二维图形裁剪算法,矩形与任意多边形剪裁, Weiler-Atherton边界裁剪法,-Two-dimensional graph cut algorithm
image3
- 计算机图形学原理及算法教程 (Visual C++版) 数字图象处理 图形裁剪-Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) digital image processing graphics cutting
include2
- 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。-Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm
piccutting
- 计算机图形学方面图形裁剪实例。包括典型的裁剪算法。-CG Cutting arithmetic
tuxingxue
- 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:4445
GraphicCutting
- 图形裁剪,有点、线、多边形裁剪,点、线使用四比特法,多边形使用四边框裁剪-Graphic cutting, a little, line, polygon clipping, point, line and use the four-bit method, polygon clipping using the four border
vc1512mfc
- 基于vc++的任意图形裁剪,利用计算机图形学原理,-Vc++ based on an arbitrary graph cut, using computer graphics principles,
graphics
- 这是我带计算机图形学实验时的一些资料,里面包括了基本的绘图程序:图形裁剪,画时钟,画圆,画直线,多边形填充,显示模式。还有一些学习MFC的资料和书籍以及绘图程序常用的函数。-This is my experiment with computer graphics some of the information, which includes a basic drawing program: Graphic cutting, painting clock, draw a circle, draw
Graph
- 图形学完整课件,包括光栅图形学,图形裁剪,基本几何,二维几何,图形变换,三维几何,几何造型,光照模型,曲线与曲面,曲线拟合与双圆弧逼近,交互技术等。-Graphics complete courseware, including raster graphics, graphic cut, basic geometry, two-dimensional geometry, graph transformation, three-dimensional geometry, geometric mod
案例12-Cohen-Sutherland直线段裁剪
- 计算机图形学Cohen-Sutherland直线段裁剪的算法(Computer graphics Cohen-Sutherland line segment cutting algorithm)
av
- 用C语言实现的,SH算法进行的多边形图形裁剪的代码(SH polygon graphics clipping algorithm code)
图形裁剪 (1)
- 图形裁剪有两个例子,直线,圆,若有需要可下载(OpenGL development package contains the header file,.Lib file, if necessary, can be downloaded)
图形学
- 本人自己写的图形学文件,在vs2010上可以运行(配置openGL环境),包含生成直线,圆,和线段裁剪算法。(My own graphics file, on VS2010, can run (configure the openGL environment), including the generation of straight line, circle, and line clipping algorithm.)
计算机图形学图形裁剪程序
- 画直线,然后选取裁剪框,对直线进行裁剪。也可以做到清理画布。(Draw the straight line, then select the trimming frame, and cut the straight line. You can also clean the canvas.)