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

搜索资源列表

  1. Cohen-Sutherland

    0下载:
  2. opengl中的直线裁剪算法,包括cohensutherland算法,中点法等-line clipping algorithm in opengl, including cohensutherland algorithm, the midpoint method
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:60630
    • 提供者:wy
  1. GraphicsCutting.rar

    0下载:
  2. 用MFC实现对图形的裁剪过程,了解图形裁剪的算法。,Using MFC to realize graphics cutting process, cutting the algorithm to understand graphics.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:60978
    • 提供者:李兴泽
  1. draw2.rar

    0下载:
  2. 多边形裁剪程序:用到的是比较常见的裁剪算法:Sutherland-Hodgman算法。本程序中的裁剪顺序为左边、下边、右边、上边,那么裁剪是这样进行的:原待裁剪多边形作为输入多边形被裁剪矩形的左边裁剪,然后输出的裁剪结果作为下边裁剪的输入多边形,……,依次类推,直到最后一边矩形上边裁剪结束。,Polygon clipping process: it is more commonly used method of cutting: Sutherland-Hodgman algorithm. Thi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:65920
    • 提供者:tomomoon
  1. caijiansuanfa

    0下载:
  2. 图形图像裁剪算法,基于VC++,实现了图形的裁剪和填充-Graphic image cropping algorithm, based on VC++, to achieve the cut and fill of graphics
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:415882
    • 提供者:刘冰淇
  1. jisuanjituxingxue

    0下载:
  2. 计算机图形学源码包括区域填充算法、裁剪算法和三视图算法-Computer graphics, source code, including the region filling algorithm, clipping algorithm and three-view algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-08
    • 文件大小:4283223
    • 提供者:刘硕
  1. opengl-code

    0下载:
  2. 该文档是计算机图形学中编码裁剪算法的主要函数部分,可为大家使用,使用环境为VC。-it is opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:12199
    • 提供者:fch
  1. liang-barsky

    0下载:
  2. Weiler-Atherton算法实现多边形裁剪-Weiler-Atherton polygon clipping algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1248
    • 提供者:huang
  1. CohenSutherland

    0下载:
  2. Cohen-Sutherland算法编码裁剪算法-Cohen-Sutherland clipping algorithm coding algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:136110
    • 提供者:陈天壮
  1. Computer_Graphics

    0下载:
  2. 计算机图形学原理及算法教程(Visual+C++版),包含三维变换、实时动画、图形裁剪、消隐、图形相交—相切、真实感图形学、帧动画等源码。-Computer Graphics Principle and Algorithm Tutorial (Visual+ C++ Version), including three-dimensional transformation, real-time animation, graphics, cutting, blanking, graphics int
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:3555788
    • 提供者:Jane
  1. liang

    0下载:
  2. 经典的梁友栋——baskey裁剪算法,线段裁剪,简洁方便-Classic Liang Dong- baskey cutting algorithm, the line cutting, simple and convenient
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3529859
    • 提供者:cui
  1. Graphics.dll

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:26178
    • 提供者:张晨雨
  1. Graphic

    0下载:
  2. 计算机图形学中用经典算法实现的绘图程序,包括直线生成、圆弧生成、线段裁剪、多边形裁剪等-Computer graphics with the classic algorithm of mapping procedures, including a straight-line generation, arc formation, line cutting, cutting, such as polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3733124
    • 提供者:逍遥飞
  1. Cohen-Sutherland

    0下载:
  2. 计算机图形学中Cohen-Sutherland裁剪算法裁剪线段-Computer graphics, Cohen-Sutherland line clipping algorithm for cutting
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1217
    • 提供者:小丫
  1. LineCut

    0下载:
  2. java 实现的图形学的直线裁剪算法,运用窗口裁剪-java implementation of the graphics line clipping algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:1025
    • 提供者:孙玲
  1. 图形学填充算法 (2)

    0下载:
  2. 这是图形学填充实验的一些算法思想,里面还有 关于用VC对图像进行裁剪,希望这些对大家有用 -filled some experimental algorithm thinking, there is also right on the VC cut image, we hope that these useful right
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:9203
    • 提供者:陈 美
  1. image3

    0下载:
  2. 计算机图形学原理及算法教程 (Visual C++版) 数字图象处理 图形裁剪-Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) digital image processing graphics cutting
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-23
    • 文件大小:55359
    • 提供者:zhangxiang
  1. Cohen_Sutherland

    0下载:
  2. 利用Visual C++编写的Cohen_Sutherland直线裁剪算法演示程序,图形界面,可以拖拉画直线,裁剪窗口大小可以自由变换,也可以准确定位输入直线和点-The use of Visual C++ Prepared Cohen_Sutherland line clipping algorithm demo program, graphical interface, you can drag and drop drawing a straight line, cutting window
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:32022
    • 提供者:wuyiliang
  1. Cut

    0下载:
  2. 本科计算机图形学课程实验--裁剪算法。支持vc6和vs.2003-Undergraduate courses in computer graphics experiment- cutting algorithm. Support vc6 and vs.2003
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:59427
    • 提供者:haodongb
  1. liangyoud

    0下载:
  2. 实现直线裁剪,是粱友栋算法啊!本方法需下载才能在TC上运行 -To achieve a straight line cutting, is粱友dong algorithm ah! This method can be downloaded to be run in the TC
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-03-30
    • 文件大小:911
    • 提供者:蒋绩有
  1. Cohen-Sutherland

    0下载:
  2. C++源代码,实现裁剪直线的功能,没有经过修改即可应用。-C++ Source code, to achieve the functions of cutting a straight line, you can not modify the application.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:289506
    • 提供者:陈小军
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com