CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 扫描线

搜索资源列表

  1. doubianxingtianchong

    0下载:
  2. 计算机图形学的一个作业,用扫描线来实现填充,跟大家共享一下!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:44977
    • 提供者:天涯
  1. Scan

    0下载:
  2. 经典算法实现,扫描线算法的实现,环境为vc2005
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1080691
    • 提供者:tangWH
  1. Clustertest

    0下载:
  2. 2值图像的扫描线2值聚类算法,可实现2值图像的准确聚类
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1986
    • 提供者:小楼
  1. 采用邻域差值特征模板的立体匹配方法

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

  1. voronoi

    0下载:
  2. 这个是Voronoi生成的代码, 理论基础是扫描线法,具体可以再google上搜索Sweep line method.-include the head file and source code for generating the Voronoi diagram, which is based on the Sweep line algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:5913
    • 提供者:Stone
  1. CGPainter_polygonFilling

    0下载:
  2. 图形学,使用扫描线算法实现了对圆形颜色的填充-Graphics, using the scan-line algorithm for circular color fill
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:69143
    • 提供者:kiki
  1. Mesh

    0下载:
  2. 摘要:针对传统的DP算法存在条纹瑕疵,提出了一种改进的垂直性约束动态规划立体匹配算法,通过利用扫描线间的相关信息来约束动态规划过程,使得处理每一条扫描线时都能充分利用以前扫描线的匹配信息。实验结果表明,该算法可以明显地消除传统DP算法的视差图的条纹瑕疵,匹配精度高, 而且执行时间短。-ABSTRACT Although network speed has been increased over the years,bandwidth limitation continues to pos
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1043808
    • 提供者:李哲
  1. z_buffer

    1下载:
  2. 消除隐藏面算法。z-buffer 扫描线算法.-Elimination of hidden surface algorithms. z-buffer scan line algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:4453
    • 提供者:likunlun
  1. fill

    0下载:
  2. 扫描线法填充多边形,链表形式,适用于所有不带岛的多边形-Filled polygon scan line method, the list form, for all non-island polygon
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1092
    • 提供者:xieyun
  1. ScanflineFill

    0下载:
  2. 扫描线区域填充算法,完全在VC++6.0控制台上实现-Scan line region filling algorithm, completely in VC++6.0 console
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:殷文斌
  1. diaosi

    0下载:
  2. 用布尼人汉姆算法画线,并用扫描线填充一个多边形-scan line
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1292
    • 提供者:杨志
  1. MyDraw

    0下载:
  2. 计算机图形学扫描线填充算法,MFC程序。-Computer graphics scan line filling algorithm, MFC program.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:4453786
    • 提供者:殷文斌
  1. hdu1542Atlantis

    0下载:
  2. hdu1542(Atlantics)的AC代码,用线段树+扫描线实现-hdu1542 (Atlantics) AC code with the the segment tree the+ scan line to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1008
    • 提供者:江密迦
  1. opengl

    0下载:
  2. opengl 种子扫描线算法 包含扫描线和种子算法-the opengl seed scan line algorithm contains the scanning lines and the seeds algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-11
    • 文件大小:1985271
    • 提供者:王豪为
  1. Gava

    0下载:
  2. 关于Y-X扫描线算法的java程序,已调试,可运行-Java program about- X Y scan line algorithm, have been debug, can run
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-05
    • 文件大小:4390
    • 提供者:tracb
  1. GBHTFLS07

    0下载:
  2. 使用扫描线种子填充算法实现400×400的圆的填充,该算法用中点画圆法对原算法进行了优化,实现效率明显提高,()
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:1319936
    • 提供者:avplccatmvn
  1. 7952734

    0下载:
  2. 使用扫描线种子填充算法实现400×400的圆的填充,该算法用中点画圆法对原算法进行了优化,实现效率明显提高,()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:1319936
    • 提供者:vflatile
  1. SGM

    6下载:
  2. 立体匹配SGM算法matlab实现,包括图像预处理,census特征计算、4条扫描线代价聚合、亚像素求精等后处理步骤(Matlab implementation of stereo matching SGM algorithm, including image preprocessing, census feature calculation, four scanning line cost aggregation, sub-pixel refinement and other post-pro
  3. 所属分类:matlab例程

    • 发布日期:2019-11-14
    • 文件大小:4096
    • 提供者:汪本章
搜珍网 www.dssz.com