搜索资源列表
SPIHT2
- 根据paper思想,自己编写的SPIHT编解码。可以处理不同图像大小的小波系数,严格按照paper中的算法编写。细节见说明文档-under the paper thinking, their preparation SPIHT codec. Image can handle different sizes of the wavelet coefficients and strictly according to the paper prepared algorithm. For details,
image_compress
- 本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。
jpegpred
- 包含了对于灰度图像的8种jpeg无损压缩的预测方法,这是用来学习jpeg loseless compression的非常好的例子。idc.h为头文件, image_size.c和readimage.c用来读取目标文件的大小和每个像素的灰度值, jpegll_enc.c和jpegll_dec.c为编码和解码文件。
SimpleImgCompressApp
- 可以按照要求的比例大小实现图像的压缩和解压功能!还可以调节图像灰度等!-As requested, the ratio of the size of image compression and decompression functions! You can also adjust the image intensity and so on!
JPEG
- 对一段原始视频图像序列做压缩,生成压缩文件;对此压缩文件做解压缩处理,生成显示图像;将此显示图像与原始图像做质量、压缩文件大小等各个方面做比较。-On the original video image sequence to do a compression to generate compressed file to do this compressed file decompression processing to generate display images this shows
image-segmentation-DCT
- 基于matlab,利用DCT方法实现图像压缩,对比不同压缩率情况下图像的大小-image segmentation DCT
Arithmetic-encoding
- matlab中应用算数编码进行图像压缩,比较在对不同大小的像素组压缩时的性能。-Arithmetic coding for image in matlab Compare the diffence while encode different size of pixels block
lipsize
- 分析了灰度图像的脂质体,并产生不同的大小和形状参数。-This function analyses grayscale .tif images of liposomes (or any round shaped particles). This function applies to the image: 1. Histogram Equalization. 2. Low Pass Filter (variable size, default size 12). 3.
bmpimage
- bmp图像的编码解码,主要包含图像的解码和编码以及读出头文件大小-BMP image coding decoding, mainly include the decoding and encoding of images and read out the file size
doglas
- 道格拉斯普克算法 用于压缩图像,减少图像尺寸大小-Douglas Peucker
Untitled
- 将256级灰度的大小为256×256的灰度图像完成DCT变换压缩,压缩比为8 :1。实现图像压缩功能。-256 levels of gray size is 256 × 256 grayscale images to complete the DCT compression, the compression ratio of 8: 1. Image compression function.
ys
- 实现图像变换,包括灰度变换,大小转换,压缩转换等-Implement image transformation, including gray-scale transformation, the size of the conversion, compression, conversion
MSTAR_SAR_1784
- MSTAR数据库中的部分SAR图像,大小限制只传12张,分辨率较大约为1476*1784,适合SAR图像的压缩恢复处理-MSTAR part of SAR image size limit only pass 12, higher resolution of about 1476* 1784, for compressed SAR image restoration processing
Huffman
- 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。 GUI实现(The basic method of Huffman coding is to scan the image data first, calculate the probability of occurrence of various pixels, speci