搜索资源列表
裁剪Dlg
- 区域填充和影线填充原理,算法和实现 图形几何变换,投影变换和视向变换的方法和实现 直线段,多边形裁剪算法和实现 曲线生成原理,算法和实现 常用的消隐算法 -area filling and filling hatched theory, algorithms and graphic geometric transformation, and visual projection transformation to transform the methods and linear, polygon
Thelinesegmentcutsout
- 线段裁剪:区域内的线段用红色标志,区域外为黑色-Line Clipping : Line in the region with red signs outside the region to the black
gat_shiyan3
- 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorithm are : DDA linear mapping al
cutofbeeline
- 基于VC++6.0实现直线段的Cohen-Sutherland算法裁剪. 操作说明: 打开裁剪.EXE,点击画矩形或画直线,就可以进行画矩形或直线;然后点击裁剪,就可以进行直线段的Cohen-Sutherland裁剪。 -based VC 6.0 line of the Cohen-Sutherland algorithm cutting. Operation Note : Open cut. EXE, it painted rectangular or line drawing,
cohen-sutherland
- 改进的cohen-sutherland线段裁剪算法
cn700_vc9265534535353
- 一个简单的Cohen-Sutherland线段裁剪算法的实现程序
LiangBarsky
- 梁友栋-Barsky裁剪算法,Cyrus和Beck用参数化方法提出了比Cohen-Sutherland更有效的算法。后来梁友栋和Barsky独立地提出了更快的参数化线段裁剪算法,也称为Liany-Barsky(LB)算法。
tuxingcaijian.rar
- 这是一个图形裁剪的简单程序,可以剪裁线段和多边形,This is a simple graphics cutting procedures, line and polygon can be cut
Bresenham
- Bresenham算法绘制线段并利用“橡皮筋”功能绘制折线 将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充 鼠标交互生成矩形裁剪框,实现对绘制的折线的裁剪-Bresenham algorithm for drawing line segments using the " rubber band" feature to draw the line draw the line connected into polygons, and select the me
Cohen-Sutherland
- 计算机图形学中Cohen-Sutherland裁剪算法裁剪线段-Computer graphics, Cohen-Sutherland line clipping algorithm for cutting
liangyoud
- 该程序在C环境下运行,实现了梁友栋-Barsky 线段裁剪算法。-This process is running at the c circumstance,and it accomplished the youdongliang-Barsky clipping algorithm of line .
2d_Graphic_System
- vc6实现的2d图形学系统 其中图形算法全部自己实现 没有调用接口。主要功能如下a)直线和圆的生成,直线和圆的扫描转换。并且实现了用鼠标点击取点的交互功能。 b) 多边形的裁剪和填充,实现了点扫描与直线扫描多边形。 c) 直线剪裁,并可以自动判断与某条或某些条直线可剪裁,剪裁结果是一条线段生成两到三条线段,并可在文档中保存。 d) 图形变换:二维变换:平移、旋转、缩放功能,其中平移已实现了鼠标点击取点的交互功能。 e) 提供了用户对对象的选择,再在在被选择的对象上进行相应操作。
LineClipping
- 计算机图形学中的线段裁剪算法,包括:区域编码,中点算法和liang算法-Computer graphics in the cut-line algorithm, including: regional coding, the mid-point algorithm and algorithm liang
bianhuanL
- 这是一个用tc实现的线段的裁剪算法,但是算法有一点点的漏洞,并不非常完美,这也是为了让初学者不要不经思考就照抄过去-This is a realization of the segment with the tc cut algorithm, but the algorithm has a little bit of vulnerability, is not very perfect, which is not to allow beginners to copy in the past wi
graph--cut
- 图形裁剪: 线段裁剪和多边形裁剪的简单示例-Graphics Clipping: Line Clipping and Polygon Clipping simple example
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
Choen-Sutherland
- Choen-Sutherland算法裁剪线段 计算机图形学中使用Choen-Sutherland算法进行图形多边形裁剪,并用MFC实现-Choen-Sutherland
Cutting-algorithm.Rar
- 通过运行程序,可以实现线段裁剪的功能,并且可以选择不同的裁剪方法和不同的方向进行裁剪。-Through the operational procedures, and can realize the function of interval-number cutting, and can choose different cutting method and different directions by cutting.
zhixiandcaijian
- 双击在指定的矩形区域内外产生任意几条直线段,然后程序实现将矩形区域外的直线段裁剪掉-Double-click the rectangular area in Double-click the rectangular area in designated inside produce any a few lines section, then program realization will rectangular area a line segment cutting off outside
Graphics
- 这是个图想处理的程序。包括:二维图像变化(平移、旋转、缩放等)和图像的裁剪(包括线段的裁剪和多边形的裁剪)。-This is a map to handling procedures. Including: two-dimensional image changes (translation, rotation, scaling, etc.) and image cropping (including line and polygon clipping cut)