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

搜索资源列表

  1. CPP

    0下载:
  2. 模拟雷达扫描的程序,扫描线扫到后才显示被扫描到的雷达点-imitate radar
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:231145
    • 提供者:王则浪
  1. CG

    0下载:
  2. 学计算机图形学所画的图形,有画线(DDA,中点,Bresenham),画圆(中点和Bresenham),填充(扫描线和种子),裁剪,Bezier曲线,动画,三维形体。-By painting computer graphics school graphics, a painted line (DDA, the mid-point, Bresenham), Circle (mid-point and Bresenham), filling (scan line and seeds), cut, B
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:2037657
    • 提供者:star
  1. tuxingxue

    0下载:
  2. java写的图形学基础,含线线相交,线面相交,扫描线算法演示等,编译时须先编译polygon.java再编译saomiaoxian.java运行saomiaoxian即可。-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:11461
    • 提供者:李丹
  1. 采用邻域差值特征模板的立体匹配方法

    2下载:
  2. 算法给出一种图像匹配方法,通过计算一幅图像中间隔一定距离的两点的像素邻域差值作为特征模板,再计算另一幅图像中在同一扫描线上间隔同样距离的像素邻域的差值,将它与特征模板的偏差作为匹配标准,偏差最小的点就认为是匹配点。
  3. 所属分类:matlab例程

  1. Bresenham

    0下载:
  2. 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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1910
    • 提供者:jk
  1. 8255

    0下载:
  2. 8255扫描键盘、显示程序 利用8255可编程并行口做一个扫描键盘实验, 把按键输入的键码,显示在由8279控制的七段数码管上。 8255PA口做键盘输入线,PB口作扫描线。-8255 scanning keyboard, display program using 8255 parallel port programmable keyboard to do a scan experiment, the button input keys code, displayed in
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1282
    • 提供者:chenjianyu
  1. PolygonFill

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

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

    1下载:
  2. 用MFC编写的多边形扫描线填充程序。 支持凹多边形,非种子点算法,而是用顶点算出边界实现填充。-MFC prepared with polygon scan-line filling procedures. Concave polygon support, non-seed-point algorithm, but with the realization of vertex fill out the border.
  3. 所属分类:OpenGL program

    • 发布日期:2014-07-14
    • 文件大小:35650
    • 提供者:konger
  1. aa

    0下载:
  2. 计算机图形学 mfd实现的多边形扫描线区域填充-Computer Graphics mfd achievable scan line polygon area filling
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:45309
    • 提供者:hugh
  1. DDA

    0下载:
  2. 扫描线算法。有DDA 中点算法,以及圆的中点扫描算法-Scan line algorithm. There DDA midpoint algorithm, as well as the mid-point of circular scan algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:45029
    • 提供者:
  1. Scanline

    1下载:
  2. 扫描线算法,包括区域填充算法、种子填充算法等-Scan line algorithm, including regional filling algorithm, seed fill algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:56159
    • 提供者:侯锦
  1. graphic_checkline

    0下载:
  2. 区域填充的扫描线算法。图形学的project。其中包含了实现的文档。-Region of the scan line fill algorithm. Graphics of the project. Which contains the realization of the document.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:56892
    • 提供者:俞凌杰
  1. shmx

    0下载:
  2. 扫描线算法 计算机图形学 -Scan Line Algorithm for Computer Graphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:26013
    • 提供者:芳芳
  1. algorithm

    0下载:
  2. 1.城市轮廓线 2.树的双连同 3.扫描线问题 4.多项式的相乘-1. Urban contour 2. The dual-tree together with the 3. Scanline 4. Polynomials multiplied
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:38885
    • 提供者:guoguo
  1. scanline

    0下载:
  2. 实现计算机图形学扫描线算法填充多边形.程序用vc++6.0实现。-The realization of computer graphics scanline polygon fill algorithm. Program using vc++6.0 to achieve.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-23
    • 文件大小:234494
    • 提供者:xuhang75
  1. Ex3

    0下载:
  2. 程序实现多边形扫描转换的扫描线算法--多边形的输入(鼠标)--非自相交多边形-- 三角形的特殊性,利用OpenGL函数实现柱状图和饼图函数 -Polygon scan conversion process to achieve the scan line algorithm- POLYGON input (mouse)- non-self-intersecting polygons- triangles are unique, the use of OpenGL function functio
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:26078
    • 提供者:liling
  1. tcopengl

    0下载:
  2. 扫描线算法实现的任意多边形填充 分别用OpenGL和TC实现-Scan line algorithm for arbitrary polygons, respectively, filled with OpenGL and realize TC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:67217
    • 提供者:wasuo
  1. Graph

    0下载:
  2. 实现两个光源的场景模拟,使用Z扫描线算法渲染,包括计算机图形学中的多这个算法实现。带报告-Realize the two scenes of simulated light source, the use of Z scan line algorithm for rendering, including computer graphics in many realize this algorithm. With report
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:256273
    • 提供者:mayjojo
  1. z_buffer12.12

    0下载:
  2. z_buffer算法。读入obj格式,按K切换z_buffer和opengl自带的深度缓冲-z_buffer algorithm. Read into the obj format, by K switch z_buffer and opengl s own depth buffer
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:979132
    • 提供者:limitlitter
  1. Key_testV1.0.1

    0下载:
  2. Keil c51 写的,标准键盘仿真程序,使用的是PS/2 协议,输出可直接PC 的PS/2口,各个扫描线的定义在其内-failed to translate
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:127689
    • 提供者:xiang
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com