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

搜索资源列表

  1. youxudoudong

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

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

    0下载:
  2. 使用4*4抖动矩阵由8位灰度图像生成有序抖动图像-ordered dithering,4*4matrix,8-bitgray lena picture
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:164.54kb
    • 提供者:yanqinhuang
  1. HalfToning

    0下载:
  2. Halftones an input gray level image using using Fixed Thresholding, Random Noise Thresholding, Ordered Dithering, Floyd and Steinburg and Stucki Methods.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.52kb
    • 提供者:rohit
  1. dithering

    0下载:
  2. 对RGB图像分别进行随机和有序和floyd_stein抖动处理-random,ordered and floyd_stein dithering for RGB images
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:1.07kb
    • 提供者:hexiao
  1. Dithering

    0下载:
  2. Dithering Images : 1) Random Dithering. 2) Ordered Dithering. 3) Error Diffusion Dithering
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-29
    • 文件大小:48.1kb
    • 提供者:Zenus
  1. c

    0下载:
  2. C#实现二值化滤波(阈值、有序抖动、Bayer抖动、Floyd-Steinberg,Burkes, Jarvis-Judice-Ninke, Sierra, Stevenson-Arce)-C# to achieve binary filter (threshold, ordered dithering, Bayer dithering, Floyd-Steinberg, Burkes, Jarvis-Judice-Ninke, Sierra, Stevenson-Arce)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:515.32kb
    • 提供者:林琳
  1. Dither

    0下载:
  2. 1.对8位灰度图像进行抖动处理,采用的是有序抖动 2.对24位彩色图像进行单通道处理,分别显示出红,绿,蓝单通道图像 程序在vc6下实现-1. On the 8-bit grayscale image dithering processing, using the ordered dithering 2. On the single-channel 24-bit color image processing, were shown red, green and blue channel
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.87mb
    • 提供者:李明
  1. asgmt1

    1下载:
  2. 对于一张8位灰度图像lena.bmp 1)运用4×4抖动矩阵,生成对应抖动图像 2)生成有序抖动图像 3)对于一张24位彩色图像,生成4×4抖动图像- For a 8-bit gray image (lena.bmp) 1)Use a dithering matrix (4*4), generate the dithered image. 2) Generate the ordered ditering image (4*4). 3) For a 24-bit co
  3. 所属分类:Special Effects

    • 发布日期:2015-11-25
    • 文件大小:587kb
    • 提供者:李琰
  1. shiyan3

    0下载:
  2. 计算机图形学课程中的有序抖动实验的程序实现-Ordered dithering experimental program in the computer graphics course
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:809byte
    • 提供者:wxhuyun
  1. BayerDithering

    0下载:
  2. Halftoning Bayer Ordered Dithering
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:533byte
    • 提供者:chein
  1. NetTran

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

    • 发布日期:2017-11-15
    • 文件大小:129.86kb
    • 提供者:霍小刘
  1. jdmerge

    0下载:
  2. Declarations for ordered dithering.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:4.35kb
    • 提供者:fosobun
  1. Floyd_Steinberg_Dithering

    1下载:
  2. 有序抖动也是一种常用的半色调技术方法,可以说是最简单的领域处理过程的方 法。它是用一个固定大小的阈值矩阵在原始灰度图像上面一边“移动”,一边比较。如 果原始图像中像素的灰度值大于相应阈值矩阵中的阈值,那么抖动后该像素的值为1 (白 色),否则为0(黑色)。-Ordered dithering is also a common halftoning method, is the simplest way to process the fields. It is a fixed size
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.3kb
    • 提供者:郭君
  1. protocol

    0下载:
  2. Declarations for ordered dithering.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:11.2kb
    • 提供者:kjriuqr
  1. jdmerge

    0下载:
  2. Declarations for ordered dithering.We use 4x4 ordered dither array packed into 32 bits. This array is sufficent for dithering RGB_888 to RGB_565.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.45kb
    • 提供者:ghfongqq
  1. bayer抖动算法

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

    • 发布日期:2017-12-25
    • 文件大小:933kb
    • 提供者:Corley
搜珍网 www.dssz.com