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

搜索资源列表

  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. IMGCaputre

    0下载:
  2. 包含两种图像显示方式,bayer抖动显示和floyd-steinberg抖动显示。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:192.55kb
    • 提供者:xjy
  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. IMGCaputre

    0下载:
  2. 图像获取,Bayer抖动显示和Floyd-Steinberg抖动显示图像的vc++源代码。-Image acquisition, Bayer jitter display and Floyd-Steinberg image dithering show vc++ source code.
  3. 所属分类:Special Effects

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

    0下载:
  2. 图像显示内容,其中包括Bayer抖动显示,Floyd-steinberg抖动显示等-Image Display: Bayer jitter show, Floyd-steinberg dithering show
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.15mb
    • 提供者:周可
  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. 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. 使用VC++编写,关于图像捕获,使用Bayer抖动显示和Floyd-Steinberg抖动显示-Written using VC++, on the image capture, display and use of Bayer dithering Floyd-Steinberg dithering show
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.15mb
    • 提供者:韩梦阁
  1. IMGCaputre

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

    • 发布日期:2017-05-14
    • 文件大小:3.16mb
    • 提供者:liubo
  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. ImageHalftoning

    0下载:
  2. 误差扩散是一种比较流行且效果较好的半色调方法,最早是由 Floyd-Steinberg 在 1975 年提出的,长时间以来,此方法一直被广泛应用。其基本思想是先按照确定的阈值量化图 像的像素,然后将量化误差以特定方式扩散到未处理的相邻像素上。这种方法需要进行 邻域处理,它能够为打印设备提供更高的半色调质量并且不引起网点增大,产生的半色 调图像无明显龟纹,视觉效果较好。-Error diffusion is a more popular and better halftone meth
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:165.55kb
    • 提供者:郭君
  1. Floyd-Steinberg

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

    • 发布日期:2017-12-10
    • 文件大小:471.57kb
    • 提供者:刘丽丽
搜珍网 www.dssz.com