当前位置:
首页 资源下载
搜索资源 - color image dithering
搜索资源列表
-
0下载:
an implementation of Floyd-Steinberg dithering in Java for color images. As input we receive an image in 24-bit RGB format and a palette of at most 256 colors, and as output we produce a palettized image where each pixel value is an index into the pa
-
-
0下载:
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
-
-
0下载:
加强的彩色图片抖动程序,用来把24位图抖动成8位的-Enhanced color image dithering process used to map 24 to 8 bit dithering
-
-
1下载:
对于一张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
-
-
0下载:
抖动算法资料源码,先说说灰度图像。然后再切入彩色图像的抖动。-Dithering algorithm, data source, and let us talk about the gray image. Then cut the color image jitter.
-
-
0下载:
(利用GIF_LZW算法实现的)网络图片传输
一、使用TCP协议传输数据。理由:稳定性好。
二、使用字节数据流进行传输,理由:
A:VB的String存在自动Unicode转换问题,影响速度;
B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。
三、使用GIF-LZW压缩算法压缩图像。理由:
A:行程编码、Huffman压缩算法压缩率太低;
B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
-
-
0下载:
在实际应用中,图像的颜色分析很重要,通过matlab编程得到实现,从减少颜色,颜色抖动以及到不同的颜色转换。-In practice, the color of the image analysis is very important, to be realized by matlab programming, different color conversion color reduction, dithering and to.
-
-
0下载:
一个基于C#语言的,图像标准抖动算法,可以用较少的颜色来表示技术的色彩空间。-Based on C# language, image dithering algorithm standard, the color can be represented in space technology with fewer colors.
-