CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多边形裁剪算法

搜索资源列表

  1. Choen-Sutherland

    0下载:
  2. Choen-Sutherland算法裁剪线段 计算机图形学中使用Choen-Sutherland算法进行图形多边形裁剪,并用MFC实现-Choen-Sutherland
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:41253
    • 提供者:稀饭
  1. S-H

    0下载:
  2. SH算法实现多边形的裁剪算法,如题如题utility-SH algorithm polygon clipping algorithm, such as utility problems such as the title
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1966839
    • 提供者:熊雨辰
  1. lineA

    0下载:
  2. 能进行虚线,点化线,DDA和bre算法的实现,直线裁剪,多边形裁剪等-Can be broken, enchant line, DDA and bre algorithm, line cutting, polygon clipping, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-19
    • 文件大小:5357591
    • 提供者:王鑫
  1. graphics

    0下载:
  2. 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:327158
    • 提供者:元宝
  1. caijiansuanfa

    0下载:
  2. 计算机图形的裁剪算法C语言程序代码 包括多边形裁剪 梁友栋裁剪等-Cut algorithm of computer graphics C code, including clipping Liangyou Dong cutting
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5062
    • 提供者:杨腾
  1. Pdraw22o

    0下载:
  2. 多边形裁剪程序:用到的是比较常见的裁剪算法:Suutherland ,经测试 -Polygon clipping procedure: use the more common clipping algorithm: Suutherland been tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:66129
    • 提供者:comp
  1. include2

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用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
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4233
    • 提供者:Carneys
  1. Sutherland_Hodgeman_Clip

    0下载:
  2. OPENGL 多边形裁剪 基于S_H算法-OPENGL polygon clipping algorithm based on S_H
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:7539
    • 提供者:冯建梅
  1. zhixian

    0下载:
  2. cohen直线裁剪算法 包含矩形框对线段的裁剪 以及多边形的绘制-cohen linear cutting algorithm contains clipping rectangle on the line and polygon drawing
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2357336
    • 提供者:weng
  1. ClipPolygon

    0下载:
  2. C#实现图形学中多边形的裁剪算法,虽然不是太完善,但基本实现了。-C# implementation of graphics polygon clipping algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:52469
    • 提供者:李德龙
  1. Fill-Polygon

    0下载:
  2.   实现二维扫描转换多边形的扫描线算法   实现二维连通区域填充的种子填充算法(四连通或八连通)   实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法 -Realization of two-dimensional polygon scan conversion algorithm dimensional scan line connected region filled seed filling algorithm (four or eight con
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:193406
    • 提供者:沈亦苏
  1. computer-graph

    0下载:
  2. 计算机图形学中绘制直线、圆、曲线,图形变换,给多边形填充和二维裁剪算法。-Computer graphics, drawing lines, circles, curves, graphics transform to a two-dimensional polygon fill, and clipping algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:58442
    • 提供者:余扬海
  1. Graphics-comprehensive-experiment

    0下载:
  2. 1.1实现绘制Bresenham直线 运用Bresenham算法,通过点绘制实现直线。 1.2实现种子填充算法 运用4连通种子填充算法,实现填充矩形的颜色填充和矩形框内的颜色填充。 1.3实现几何变换 运用glRotated、glTranslated、glScaled实现几何图像的旋转、平移、放大、缩小。 1.4实现窗口裁剪 通过Cohen_Sutherland、Sutherland_Hodgman实现线段裁剪和多边形裁剪。 1.5实现绘制曲线 通过Bezie
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:257204
    • 提供者:林伟鸿
  1. SH-clipping-algorithm

    0下载:
  2. SH裁剪算法、 输入裁剪框多边形的顶点数与顶点坐标;输入被裁减的多边形的顶点数与顶点坐标 即可看到裁剪结果-SH clipping algorithm, Polygon vertices and vertex coordinate input retrenched input crop box polygon vertices and vertex coordinates You can see the results of the crop
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:3257
    • 提供者:wangxiaochen
  1. cgdemoView

    0下载:
  2. 数值微分DDA画线法、中点画线法、Bresenham画线法、中点画圆法、中点画椭圆法、递归种子填充算法、简单种子填充算法、Liang_Barsky裁剪算法、Suther_Land多边形 、扫描线种子填充算法-DDA line drawing numerical differentiation method, the dotted line method, Bresenham line drawing method, midpoint Circle France, were dotted el
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7278
    • 提供者:陈庆然
  1. 201230290151

    0下载:
  2. 计算机图形学实习大作业,可在画图板上绘制直线、圆、曲线、多边形、字符,可进行各种填充和裁剪算法。-Computer Graphics internship big job, you can draw a straight line on the drawing board, circles, curves, polygons, characters, can be a variety of filling and clipping algorithms.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-21
    • 文件大小:5782360
    • 提供者:刘一
  1. Polycut_weiler-atherton

    1下载:
  2. 基于weiler-atherton算法的多边形裁剪程序实现,使用OpenGL库实现基本的多边形裁剪动画。-Based weiler-atherton polygon clipping algorithm program implementation, using OpenGL library implements basic polygon clipping animation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:2034786
    • 提供者:t-mac
  1. 1

    0下载:
  2. 1、理解多边形裁剪的原理(Weiler-Atherton算法、Sutherland-Hodgeman栋算法)。 2、实现这两种多边形的裁剪算法,在屏幕上用一个封闭矩形裁剪任意多边形(凹多边形、凸多边形都要实验)。 3、编写上述算法程序,在工作区域当中运行并显示算法效果。 4、将多边形裁剪模块添加到设计的图形实验系统当中。 5、完成代码编写、调试。-1, understand the principles of polygon clipping (Weiler-Atherton
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1293
    • 提供者:蒋立宝
  1. 97575632cp

    0下载:
  2. 1.用某种方法实现圆的生成算法。 2.实现橡皮筋直线、圆、矩形。 3.实现多边形裁剪。 4.实现基本几何变换(平移、旋转、缩放)。 5.实现Bezier曲线或B样条曲线。 6.最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来-Computer Graphics exterment: 1.Algrialm Bezier line 2.MidPoint 3.Bresensm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:467040
    • 提供者:王永怀
  1. av

    0下载:
  2. 用C语言实现的,SH算法进行的多边形图形裁剪的代码(SH polygon graphics clipping algorithm code)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-29
    • 文件大小:1733632
    • 提供者:IU521
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com