CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 抖动算法

搜索资源列表

  1. 图像处理算法

    1下载:
  2. rar压缩包 其中包含Alphat透明合成系统源代码源代码,JPEG压缩编码系统源代码,腐蚀-膨胀-细化算法源代码,图案抖动技术处理系统源代码,图象边沿检测-提取-轮廓跟踪算法源代码,图象几何变换算法源代码,图象模板匹配算法源代码,图象平滑处理系统源代码,图像雾化处理程序源代码,图形色彩量子化及材质压缩程序源代码,直方图修正-彩色变换算法源代码-rar compressed packets containing Alphat transparent Synthesis System sour
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:550490
    • 提供者:也风
  1. 抖动yhq

    0下载:
  2. 有序抖动算法(计算机图形学)用有序抖动算法扫描(0-1)的。完整代码。用vc++6.0编译的。有兴趣者可以相互学习。-orderly dithering algorithm (computer graphics) with jitter orderly scanning algorithm (0-1). Complete code. With vc + + 6.0 compiler's. Interested parties can learn from each other.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1389
    • 提供者:姚鼎强
  1. test111

    0下载:
  2. 用的是vc++编译的。有序抖动算法。这个代码是和同学一起做的。刚开始作,感觉很难,什么都不懂,现在感觉好多了。-the vc + + is compiled. Orderly dithering algorithm. This code is and classmates do. For the beginning, I feel very difficult, we do not understand anything, but now feel much better.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1123
    • 提供者:姚鼎强
  1. doudongsuanfa

    0下载:
  2. 经典图片抖动算法实现图片的像素变换演示,很有学习意义-dithering algorithm Photo pixel transform demonstrated very meaningful learning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:428452
    • 提供者:郭子恒
  1. Adaptive_Anti-jitter_Mechanism

    0下载:
  2. 详细讲解了自适应音频抖动算法的实现,对于VOIP、视频会议有较大的参考意义。-detailed account of Adaptive Audio dithering algorithm implementation, VOIP, video conferencing reference to a larger significance.
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:276657
    • 提供者:陈勇
  1. youxudoudong

    0下载:
  2. 用OPENGL编写,主要用有序抖动算法实现光强的有序变化.-prepared using OpenGL, mainly ordered dithering algorithm to achieve the orderly light intensity changes.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1307
    • 提供者:YUJUN
  1. DITHER

    2下载:
  2. 本程序是一个将图片转换成可以在打印机上打印的例子,可以将图片转换成灰度图,二值图,包含抖动算法和图案法。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2576212
    • 提供者:tmk
  1. IMGCaputre

    1下载:
  2. 计算机图形学的抖动算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:81834
    • 提供者:
  1. dither_Bayer

    0下载:
  2. 利用bayer抖动算法实现图像的二值化处理,便于调频加网输出
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:252148
    • 提供者:xiaoxin
  1. Floyd-Steinberg

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

    • 发布日期:2008-10-13
    • 文件大小:260090
    • 提供者:xiaoxin
  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:62518
    • 提供者:
  1. dither

    2下载:
  2. 一个图像抖动算法的例子,从被人那里copy来的,希望对大家有帮助。c写的。-An example of image dithering algorithm, from the copy to be there and want to help you. c wrote.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1084731
    • 提供者:yi
  1. Dither

    0下载:
  2. 抖动算法 包含模式抖动:Bayer抖动 误差扩散抖动:floyd-steinberg stucki 和Jarvis等-Dither:Bayer floyd-steinberg stucki and Jarvis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-25
    • 文件大小:4047001
    • 提供者:刘超
  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
    • 文件大小:514676
    • 提供者:段玉霞
  1. bayerdithe

    0下载:
  2. matlab 开发有序抖动算法,可以下载一看-Matlab algorithm, developed orderly jitter 50-percent tonal orderly jitter algorithms to download a comrade, look!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1350
    • 提供者:Mr Zhao
  1. doudong

    0下载:
  2. 该程序主要实现了抖动算法。主要策略是用一个更大的模式替代一个像素值。-The procedure to achieve the dithering algorithm. Main strategy is to use a larger pattern replace a pixel value.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:450324
    • 提供者:董小妹
  1. digtalScreening

    0下载:
  2. matlab实现图像加网功能,利用抖动算法-implementation of digital screening,using dithering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:558682
    • 提供者:夏凯
  1. 抖动yhq

    0下载:
  2. 有序抖动算法(计算机图形学)用有序抖动算法扫描(0-1)的。完整代码。用vc++6.0编译的。有兴趣者可以相互学习。-orderly dithering algorithm (computer graphics) with jitter orderly scanning algorithm (0-1). Complete code. With vc++ 6.0 compiler' s. Interested parties can learn from each other.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1438
    • 提供者:thefou
  1. bayer抖动算法

    0下载:
  2. 抖动算法分为随机抖动算法和有序抖动算法。随机抖动算法随机产生一组模板方阵数列,随机数的产生期间在图像的最小灰度和最大灰度之间。有序抖动算法是人为地设置一些模板值进行匹配操作,主要有分散性抖动算法(Disperse Dither)和聚集型离散算法(cluster Dith神两种。分散型以Bayer有序抖动算法为代表。后来Ulichenay在以上两种算法的基础上,提出了局部聚集整体分散的抖动算法。(Dithering algorithm is divided into random ditherin
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:955392
    • 提供者:Corley
  1. vga_inout_sdram_32bit_143M(2 60)

    0下载:
  2. 基于AD9884芯片,用Verilog HDL 硬件描述语言来实现图像的抖动处理(Based on AD9884 chip, we use Verilog HDL hardware descr iption language to achieve image jitter processing.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:8298496
    • 提供者:呵呵呵呵9
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com