CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - floyd算法

搜索资源列表

  1. Floyd-Steinberg

    0下载:
  2. Floyd-Steinberg算法的源代码.要注意的是,误差传播有时会引起流水效应,即误差不断向下,向右累加传播。解决的办法是:奇数行从左到右传播,偶数行从右到左传播。-Floyd-Steinberg algorithm source code. It should be noted, Error Propagation sometimes causes water effects, that is, constant downward error, right cumulative sprea
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.71kb
    • 提供者:陆芸
  1. Floyd-Steinberg

    2下载:
  2. 利用误差扩散算法中的Floyd-Steinberg抖动算法来对图像进行二值化处理,从而方便图像调频加网输出
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:253.99kb
    • 提供者:xiaoxin
  1. ImageDitherdata

    0下载:
  2. 讨论了数字半色调技术中的Floyd-Steinberg误差扩散抖动算法,并给出了源程序和实例,就该算法进行了详细讨论。-Discussion of the digital halftone technology in the Floyd-Steinberg error diffusion dithering algorithm, and gives the source code and examples on the algorithm discussed in detail.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:327.38kb
    • 提供者:fynh
  1. Halftoning_OrderedDithring_and_ErrorDiffussion

    2下载:
  2. Matlab源代码:利用有序抖动算法(Bayer矩阵D4和D8)生成二元图像;利用误差扩散算法(Floyd-Steinberg filter)生成二元图像。-Matlab code using the ordered dithring (Bayer D4 and D8 matrix) to generate the binary images Matlab code using the error diffusion algorithm (Floyd-Steinberg filter) to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:502.61kb
    • 提供者:段玉霞
  1. GraphV_1.0.0

    0下载:
  2. 在BCB下实现了图的Floyd算法且分步显示,有界面。-Floyd algorithm to achieve a graph, with the interface.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.15mb
    • 提供者:
  1. IMGCaputre

    0下载:
  2. 使用Visual C++平台中的MFC进行图像处理,对打开的图片利用Bayer和Floyd-Steinberg这两种算法进行二值处理-Platform using Visual C++ MFC in image processing, the use of the open picture and Floyd-Steinberg Bayer both binary processing algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.22mb
    • 提供者:陈群
  1. IMGCaputre

    0下载:
  2. 抖动算法实现,佛洛依德方法,调试无bug,可视化界面,输入bmp导出抖动图像。-Floyd–Steinberg dithering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.16mb
    • 提供者:liubo
  1. floyd

    0下载:
  2. 弗洛伊德最短路径算法 明白的人都知道! 需要的收藏下-Freud' s shortest path algorithm to understand the people know! Collection needs, under
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:776byte
    • 提供者:xiao li
  1. tu

    0下载:
  2. 基础的图的遍历程序 包含普雷姆算法、弗洛伊德算法等多种基础算法-The foundation of the course includes sequence diagram again, Floyd algorithm PuLeiM algorithm based on many kinds of algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1.68kb
    • 提供者:吴松涛
  1. MATLAB-algorithm-and-program-code

    0下载:
  2. 图论算法及matlab程序代码包含求任两点间最短路径的算法及代码Floyd、kruskal,最大匹配的匈牙利算法,并使用matlab程序实现。-Graph algorithms and matlab code includes the algorithm(Floyd, kruskal, maximal matching algorithm of Hungary,) to solve the shortest path between two points, and use matlab prog
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:46.21kb
    • 提供者:张青
  1. shortest-route

    0下载:
  2. 用的vc++6.0,做的一个最短路径查询的小程序,用的Floyd算法,自己初始化的校地图。-A shortest path query applet, using Floyd algorithm, their initialization of the school map.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5mb
    • 提供者:罗颖达
  1. R

    0下载:
  2. 下面我们给出Floyd-Steinberg算法的源代码。有一点要说明,我们原来介绍的程序都是先开一个char类型的缓冲区,用来存储新图数据,但在这个算法中,因为e有可能是负数,为了防止得到的值超出char能表示的范围,我们使用了一个int类型的缓冲区存储新值。另外,当按从左到右,从上到下的顺序处理象素时,处理过的象素以后不会再用到了,所以用这个int类型的缓冲区存储新值是可行的。全部象素处理完后,再将这些值拷贝到char类型的缓冲区去。-Below we give Floyd-Steinberg
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:1.35kb
    • 提供者:刘旭
  1. Cshortest

    0下载:
  2. 用弗洛伊德算法实现的网络最短路径及平均最短路径计算-calculate the shortest path length and charicater path length of network using Floyd algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:916byte
    • 提供者:lidy
  1. Floyd-Steinberg

    0下载:
  2. 最经典的弗洛伊德加网算法.图像半色调处理,在印刷纺织等相关领域进行图像的加网计算,而已实现二值化-halftone
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:471.57kb
    • 提供者:刘丽丽
  1. zpuq

    0下载:
  2. 用C语言实现最短路径算法中的Floyd-Warshall算法,这个算法可以用来解决信号处理中的一些问题,floyd_war()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:7kb
    • 提供者:borffr
搜珍网 www.dssz.com