搜索资源列表
JPEGMatlab
- JPEG编码源程序,基于Matlab编码-JPEG encoding source files, based on Matlab coding
a_jpeg_compression_matlab
- It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient. -It shows what a jpeg compres
jpeg_matlab
- jpeg 压缩matlab源代码,适合matlab和图像处理初学者
TEMP
- 关系JPEG在matlab中的一些应用,给大家使用
jpegtbx_1.4
- 在matlab环境下提取jpeg图像量化表-Extract jpeg image quantization table
jpeg_quality_score
- 该程序(jpeg_quality_score)是基于matlab平台,NR中精典算法,对JPEG压缩格式的图像进行客观评价-The program (jpeg_quality_score) is based on matlab platform, NR in the classical algorithm for JPEG image compression format to conduct an objective evaluation
JPEGapproximations
- 《数字图像处理》(Matlab版)第八章中JPEG的近似实现,附带了自己的注释-" Digital Image Processing" (Matlab version) Chapter VIII of the approximate realization of JPEG, with my own comments
JSteg
- JSteg隐写技术matlab实现代码--基本思想:用秘密信息比特直接替换JPEG图像中量化后DCT系数的最低比特位,但若量化后DCT系数为0或者1,则不进行处理。(DCT系数的LSB嵌入) -JSteg steganography matlab code- the basic idea: direct replacement with the secret information bits JPEG image quantized DCT coefficients in the leas
JPEG
- 用matlab实现MPEG压缩编码,对图像编码率失真性能进行分析,比较不同类型静态图像编码效率。 -Using Matlab to achieve MPEG compression coding, image coding rate distortion performance analysis, compare the different types of static image coding efficiency.
cvuzrpq
- jpeg中用到的 huffman 编码MATLAB程序 参考资料-Jpeg Huffman coding is used in the MATLAB program The resources
80553369
- jpeg matlab toolbox jpeg 编解码matlab实现,做试验用,很好的 不错-Jpeg matlab toolbox jpeg decoding matlab, making a test to use, good good
JPEG编码程序MATLAB
- JPEG编码包括图像颜色转化、DCT编码、量化等多个在重要步骤,MATLAB语言编写,非常实用适合初学者学习~