资源列表
huffman-on-matlab
- 利用哈弗曼编码原理对图像进行压缩处理,比较压缩得到文件与源文件,分析编码性能。-this document introduce how to deal pictures with huffman on the environment of matlab
Various-type-of-image-compressionss
- I have thoroughly study the basic of image compression techniques. From that I have selected SPIHT algorithm for my research work. I have implemented on image compression for gray images using SPIHT algorithm. Image compression is implemented using t
code
- code for shortest path graph with c-code for shortest path graph with c++
ch02
- 基本的网站的构建,以及简单控件的添加,aps.net 中最基础的部分-teach you how to setup a website
1
- 一个可以让屏幕铺满玫瑰的小程序,发给女友不错呦-A screen covered with roses make small program
upload
- 飞天侠淘宝客秒杀程序破解版 飞天侠淘宝客秒杀程序破解版-Flying Man Taobao off spike cracked version of the program Flying Man Taobao off spike cracked version of the program
CABAC-in-HEVC
- H265的CABAC详细介绍(英文),发表在IEEE上。-Context-adaptive binary arithmetic coding (CABAC) is a method of entropy coding first introduced in H.264/AVC and now used in the newest standard High Efficiency Video Coding (HEVC).
GSM1
- 基于图像处理的结构分析,利用相似度来评估图像质量-Structure analysis based on image processing, image quality was evaluated using the similarity of
tubiao
- 程序开发成功后,生产程序图标,使得图标更加漂亮美观-After the success of the program development, production program icon, the icon makes more beautiful appearance
dct
- DCT图像压缩:此源代码变换域系数选取采用区域编码,通过非零区域的选择,呈现不同的恢复效果-DCT image compression: This source code transform domain coefficients using the selected coding region, by choosing a non-zero area, showing the effect of different recovery
DCTyuzhi
- DCT变换:变换域系数选取采用阈值编码,:阈值越小,图像恢复效果越好,但压缩效果差,一般取在5-10 即可很好的获得恢复图像信息。-DCT transform: transform domain coefficients selected using the threshold coding: the smaller the threshold value, the better the image restoration, but the compression is poor, and ge
stereo
- This example programme creates a wav file, with 30 seconds of a 440Hz tone. The source file can be downloaded using the link below. writeWav.c It is compiled and executed as follows: > gcc -lm -lsndfile -o writeWav writeWav.c >