搜索资源列表
二维裁剪算法
- 实现裁剪直线段的Cohen-Sutherland算法和裁剪多边形的Sutherland-Hodgman算法的程序 -realization of the linear cutting Cohen-Sutherland algorithm and cutting polygons Sutherland-Hodgman algorithm procedures
clip_graph
- 本源码给出了实现线段和矩形的裁剪算法. 包含有一\"图形裁剪\"文件夹 实验步骤的简要提示的WORD文档--Grphics experiment NO4-图形裁剪.doc 一可执行文件-- 图形裁剪.exe - The source code has produced the realization line segment and the rectangle cuts out the algorithm Contains has a \"graph to cut out
Cohen_Sutherland
- 这里将以前编写的一个简单的Cohen-Sutherland线段裁剪算法的实现程序共享给大家。
计算数目
- 这是 我编的一个小程序,请大家指点。 内容简介:计算机图形学的原理、算法及系统,并用c语言编写绘图程序。主要内容包括计算机图形学的发展概况、图形设备及系统;线段、园、区域填充、线型线宽、字符、裁剪、等基本图形生成算法;样条、Bezier、B样条等常用曲线的概念、生成算法和性质;Coons曲面、Bezier曲面、B样条曲面等常用曲面的基本概念和生成算法;用c语言编写绘图程序。-This Part I of a small program, please guidance. Descr iption
编码裁剪0
- 在VC++中实现的2维线段的编码裁减,何以扩展到3维线段-Code cut of two dimension line section is achieved in VC++, and it can be extended to three dimension line section.
裁剪线段算法
- 实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强-implement the Cohen Sutherland arithmetic on computer graphics,implement cutting filling collor ,with a powerful reused function
clip
- 裁剪算法源码,实现计算机图形学中经典的线段裁剪算法-Clip
CaiJian
- 分别用编码法和中点法对编码进行运算,进行裁剪的判断,找出窗口内线段的两个端点。-Coding method, respectively, and the mid-point method of computing code, the judge cut to identify the two segments within the window endpoint.
graphics
- 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
TextWGL
- 梁友栋-Barsky裁剪算法,算法的基本思想:当要裁剪的线段是P0P1, P0P1和窗口边界交于A,B,C,D四点。从A,B和P0三点中找出最靠近的P1的点,从C,D和P1中找出最靠近P0的点。-Liangyou Dong-Barsky clipping algorithm, the algorithm' s basic idea: When you want to cut the line is P0P1, P0P1 and window borders intersect at A,
Cohen_SutherLand-Liang_Barsky
- VS2008下MFC编程,研究生课程:计算机图形学编程,包括:Cohen_SutherLand,Liang_Barsky线段裁剪算法-VS2008 under MFC programming, postgraduate courses: computer graphics programming, including: Cohen_SutherLand, Liang_Barsky Line Clipping Algorithm
zhongdianfenge
- 线段裁剪中点分割算法,线段裁剪中点分割算法-The midpoint of the line cutting segmentation algorithm
zhixian
- cohen直线裁剪算法 包含矩形框对线段的裁剪 以及多边形的绘制-cohen linear cutting algorithm contains clipping rectangle on the line and polygon drawing
caijian
- 实现线段的裁剪 画个框作为裁剪窗口 保留框内线段-Draw a line cut to achieve a crop window box frame line reservations
PolygonCutPolyline
- 运用C#编程语言完成多边形裁剪算法程序。实现输入一个多边和一段线后能够自动将线裁剪并保留多边形内的线段而舍弃多边形外的线段。-Using C# programming language to complete polygon clipping algorithm program. Enter a multilateral and achieve some line after line can automatically crop and retained within the polygon
cut
- 交互式画线段,并实现对直线段的裁剪算法(Cohen-Sutnerland算法与梁友栋-Barskey算法)-Interactive painting line and clipping algorithm to achieve the straight section (Cohen-Sutnerland algorithm 梁友栋-Barskey algorithm)
The-homework-of-Fan-Chunnan
- 基于Visual Studio2013的Ling线段的裁剪算法,可以实现画线、裁剪。-Based on the Visual Studio2013 Ling segment of the crop algorithm can be achieved painting lines, crop.
14990066(06)
- 对线段进行裁剪(Cut line segments)
算法实现
- Cyrus和Beck用参数化方法提出了比Cohen-Sutherland更有效的算法。后来梁友栋和Barsky独立地提出了更快的参数化线段裁剪算法,也称为Liany-Barsky(LB)算法。(Cyrus Beck Cohen-Sutherland Barsky Liany-Barsky Cyrus Beck Cohen-Sutherland Barsky Liany-Barsky)
45457736
- 这里将以前编写的一个简单的Cohen-Sutherland线段裁剪算法的实现程序共享给大家,希望能给大家一点点帮助,()