搜索资源列表
youxudoudong
- 用OPENGL编写,主要用有序抖动算法实现光强的有序变化.-prepared using OpenGL, mainly ordered dithering algorithm to achieve the orderly light intensity changes.
code
- 使用4*4抖动矩阵由8位灰度图像生成有序抖动图像-ordered dithering,4*4matrix,8-bitgray lena picture
HalfToning
- Halftones an input gray level image using using Fixed Thresholding, Random Noise Thresholding, Ordered Dithering, Floyd and Steinburg and Stucki Methods.
dithering
- 对RGB图像分别进行随机和有序和floyd_stein抖动处理-random,ordered and floyd_stein dithering for RGB images
Dithering
- Dithering Images : 1) Random Dithering. 2) Ordered Dithering. 3) Error Diffusion Dithering
c
- 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)
Dither
- 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
asgmt1
- 对于一张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
shiyan3
- 计算机图形学课程中的有序抖动实验的程序实现-Ordered dithering experimental program in the computer graphics course
BayerDithering
- Halftoning Bayer Ordered Dithering
NetTran
- (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
jdmerge
- Declarations for ordered dithering.
Floyd_Steinberg_Dithering
- 有序抖动也是一种常用的半色调技术方法,可以说是最简单的领域处理过程的方 法。它是用一个固定大小的阈值矩阵在原始灰度图像上面一边“移动”,一边比较。如 果原始图像中像素的灰度值大于相应阈值矩阵中的阈值,那么抖动后该像素的值为1 (白 色),否则为0(黑色)。-Ordered dithering is also a common halftoning method, is the simplest way to process the fields. It is a fixed size
protocol
- Declarations for ordered dithering.
jdmerge
- 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.
bayer抖动算法
- 抖动算法分为随机抖动算法和有序抖动算法。随机抖动算法随机产生一组模板方阵数列,随机数的产生期间在图像的最小灰度和最大灰度之间。有序抖动算法是人为地设置一些模板值进行匹配操作,主要有分散性抖动算法(Disperse Dither)和聚集型离散算法(cluster Dith神两种。分散型以Bayer有序抖动算法为代表。后来Ulichenay在以上两种算法的基础上,提出了局部聚集整体分散的抖动算法。(Dithering algorithm is divided into random ditherin
