CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多边形扫描转换

搜索资源列表

  1. 扫描线算法

    0下载:
  2. 扫描线算法_扫描转换多边形-scanning algorithm _ polygon scan conversion
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:27171
    • 提供者:月光
  1. witkey

    0下载:
  2. 实验内容 ① 直线和圆的生成,设定屏幕图形工作方式,彩色象素的读写,直线和圆的扫描转换。 ② 多边形的裁剪和填充 ③ 图形变换:二维变换、及投影、透视变换 -Experimental content ① generate a straight line and circle, set the screen graphics work, read and write color pixel, a straight line and circle scan conversion. P
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:175093
    • 提供者:
  1. PolygonEdgeMark

    0下载:
  2. 无内环多边形界标志扫描转换算法的Matlab程序-Inner circles no signs polygon scan conversion algorithm Matlab procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1269
    • 提供者:章礼平
  1. PolyFill

    0下载:
  2. 加强对图元填充概念的理解实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序-Elements to strengthen the understanding of the concept to fill the realization of polygon scan conversion algorithm and the scan line scan line fill algorithm region algorithm procedure
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2382670
    • 提供者:wangying
  1. 1234

    0下载:
  2. 编写实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2407135
    • 提供者:Ldzzhxf
  1. 1234

    0下载:
  2. 编写实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序(第一个是扫描线)这个事区域填充 -编写实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序(第一个是扫描线)这个事区域填充
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1939312
    • 提供者:Ldzzhxf
  1. design

    0下载:
  2. 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:426926
    • 提供者:杜怀龙
  1. Fill

    0下载:
  2. 多边形填充:使用扫描转换法,将多边形进行象素填充。多边形可以是任意多边形。-fill the polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2048838
    • 提供者:叶樱
  1. fff

    0下载:
  2. 扫描转换多边形的扫描线算法,c++实现的,供大家参考-Polygon scan conversion of the scan line algorithm, c++ to achieve, for your information
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:279696
    • 提供者:ruancongyang
  1. Saomiaozhuanhuan

    0下载:
  2. 计算机图形学中扫描转换多边形算法,开发环境是Visual C++ 6.0-Computer Graphics polygon scan conversion algorithm development environment is Visual C++ 6.0
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1957625
    • 提供者:wk
  1. POly

    0下载:
  2. 图形学实验,运行环境visual studio 2005,实现多边形的扫描转换,相对比较简单-Graphics experiment, operating environment visual studio 2005, to achieve the polygon scan conversion, is relatively simple
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:94117
    • 提供者:agods
  1. scanconversion

    0下载:
  2. 扫描转换,鼠标左键单击确定多边形顶点序列,菜单功能,一是连接多边形,而是扫描转换-Scan conversion, the left mouse button click OK polygon vertices sequence, the menu functions, one connected polygons, but the scan conversion
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2087419
    • 提供者:jin jing
  1. graphic

    2下载:
  2. 主要功能有: 1) 具有菜单,通过菜单执行各种操作; 2) 采用图元的扫描转换算法绘制各种基本图元,如直线、圆、圆弧、多边形 3) 实现图形的平移、缩放、旋转、对称、错切及组合变化; 4) 能够拾取图形,并修改所选的图形的颜色、线型等; 5) 能够采用各种算法填充多边形、圆、扇形区域; 6) 能够采用各种算法实现直线裁剪、多边形裁剪; 7) 能够绘制各种样条曲线。 8) 能够绘制三维图形的投影图,包括:三视图、轴侧图、透视图; 9) 能够绘制分形图形,例如,K
  3. 所属分类:Special Effects

    • 发布日期:2015-11-07
    • 文件大小:2732032
    • 提供者:地方官
  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. Graphics

    1下载:
  2. 本程序用java实现中点画线、中点画圆、中点画椭圆以及多边形的扫描转换。-Implementation of this program by java dotted line, the midpoint circle, the dotted oval, and scan conversion of polygons.
  3. 所属分类:Java Develop

    • 发布日期:2015-11-08
    • 文件大小:77824
    • 提供者:王阳
  1. saomiaozhuanhuan

    0下载:
  2. 用openGL扫描转换多边形和椭圆,其中多边形用的是边界标识法-Polygons and ellipses, with openGL scan conversion polygon with boundary identification method
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-21
    • 文件大小:2340
    • 提供者:赵瑾
  1. DrawPolygon

    3下载:
  2. 实验内容:实现一个多边形区域扫描转换,并允许用户任意输入多边形的边数和顶点坐标,不使用OpenGL画多边形方法, 使用windows下的SetPixel函数实现。-Experiment: the area of ​ ​ a polygon scan conversion, and allows any user input the number of sides of the polygon and vertex coordinates, do not use the the
  3. 所属分类:Multimedia Develop

    • 发布日期:2016-03-26
    • 文件大小:771072
    • 提供者:sophie
  1. saomiaozhuanhuan

    0下载:
  2. 用openGL扫描转换多边形和椭圆,其中多边形用的是边界标识法-Polygons and ellipses, with openGL scan conversion polygon with boundary identification method
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:2384
    • 提供者:cations
  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. shiyaner

    0下载:
  2. 椭圆和多边形的扫描转换。输入椭圆的长短轴或多边形的顶点坐标,可以扫描绘制椭圆。-Ellipse and polygon scan conversion. Enter the minor axis of the ellipse or polygon vertex coordinates, can be scanned to draw an ellipse
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:11165938
    • 提供者:
« 1 2 3 45 »
搜珍网 www.dssz.com