CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - POLYgon

搜索资源列表

  1. Polygon-Scan

    1下载:
  2. 利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。 -to use OpenGL Programming polygon scan-line algorithm, is not easy to achieve the required number of compiler.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5132
    • 提供者:CYJ
  1. point-in-polygon

    0下载:
  2. 射线法判断点是否在多边形内部.多边形顶点坐标通过文件polygon.txt输入,点的从标从键盘输入.-ray method to judge whether a polygon internal. Polygon vertices through documents polygon.tx t input, from the point of targets from the keyboard input.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1272
    • 提供者:陈西
  1. PolyReduce.rar

    0下载:
  2. Polygon Reduction A paper and source code for a realtime polygon reduction technique. Semi feature preserving.,Polygon Reduction A paper and source code for a realtime polygon reduction technique. Semi feature preserving.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:646109
    • 提供者:widget
  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. polygon_merge.rar

    1下载:
  2. 多边形的合并算法,该算法能够实现任意两个多边形(包括凹多边形)的合并., The polygon merge algorithm, this algorithm can realize wilfully two polygons (including concave polygon) merge
  3. 所属分类:Special Effects

    • 发布日期:2015-05-13
    • 文件大小:87317
    • 提供者:张无机
  1. POLYGON

    0下载:
  2. OpenGL多边形填充程序源代码,实例,多样填充-OpenGL polygon fill, source code, examples, various filling
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:1897
    • 提供者:yanjia
  1. shiyan4

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (p
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:566130
    • 提供者:jing
  1. PolyGon

    0下载:
  2. 通过实现光栅图形学经典的多边形填充算法,深入理解光栅图形学的原理。实现了逐点判断法、扫描线算法、边缘填充算法-Raster graphics by implementing the classical polygon filling algorithm, in-depth understanding of the principles of raster graphics. Judge realized point by point method, scan line algorithms, e
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1871146
    • 提供者:葛高飞
  1. tubao

    0下载:
  2. 输入一个二维的点集数组,然后就能将此点集的边界算出来,点集的边界分为凸多边形边界和凹多边形边界,实现凸多边形和凹多边形边界类,任意一个都行!-Enter a two-dimensional array of point set, and then will be able to set boundaries calculated, the boundary point set is divided into convex polygon concave polygon boundaries an
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1103
    • 提供者:王文
  1. PolygonFill

    0下载:
  2. 使用C++和OpenGL实现的多边形填充。 -The use of C++ and OpenGL Polygon Fill realize.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:9992
    • 提供者:dcj
  1. Untitled5

    0下载:
  2. 凸多边形检测和显示--先把图像中的显著区域提取出来,然后用最小凸多边形囊括显著区域,并把凸多边形显示出来-Convex polygon detection and show- first images extracted significant area, and then use the smallest convex polygon covering a significant area, and the convex polygon displayed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:612
    • 提供者:彭素静
  1. polygon

    0下载:
  2. 一个可以交互的OpenGL应用程序,支持用户利用鼠标创建和删除2维多边形对象。基本功能包括:支持用户利用鼠标指定各个顶点位置,创建多边形,支持用户选择一个多边形(与你的多边形保存的数据结构有关)并删除,设计一种数据结构存储每个多边形的顶点与边,支持文件存盘,支持用户选择多边形的颜色,支持用户移动多边形,支持用户改变多边形单个顶点的位置。-An interactive OpenGL application that allows users to use the mouse to create a
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:676326
    • 提供者:孙凯
  1. MyPolyStock

    2下载:
  2. 实现凸多边形排样,使用临界多边形NFP判断两个凸多边形是否相交,使用启发式算法提高效率-It s a good implement of convex polygon stock.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:727657
    • 提供者:陈露
  1. polygon

    0下载:
  2. C++程序,VS2008编译,可以读PLY网格文件-C++ Procedures, VS2008 compiler, can be read grid PLY files
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:442993
    • 提供者:wind
  1. PolygonFill

    0下载:
  2. 实现多边形的种子及扫描线的填充算法,同时实现画圆 、直线的功能-To realize Polygon fill and Ellipse 、Line
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:66698
    • 提供者:wangshuhua
  1. Polygon

    0下载:
  2. 小小的东西,提朋友做的,帮忙上传,大家分享-Little things to do to friends, and help upload, U.S. Share
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:16390
    • 提供者:孤狼痴梦
  1. Polygon

    0下载:
  2. polygon implementation in csharp. this is my first program for upload.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:239926
    • 提供者:morteza
  1. Fill-Polygon

    0下载:
  2. OpenGL Fill-polygon programming source!
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1257409
    • 提供者:beet
  1. polygon

    0下载:
  2. 模拟计算机对于多边形的扫描转换操作,是计算机图形学最基本程序之一。-Analog computer for polygon scan conversion operation, one of the procedures is the most basic computer graphics.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-28
    • 文件大小:11676956
    • 提供者:杨正中
  1. polygon

    0下载:
  2. OpenGL:画一个多边形区域,多边形仅显示边界,并允许用户将多边形围绕原点及任意点旋转,而且能够改变多边形尺寸。本代码是以四边形为例。-Opengl:Draw a polygon, only showing the border,which allows users to rotate the polygon around any points and change the size of polygon.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2302027
    • 提供者:computergeek
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com