matlab代码实现DCT2函数我要分享

Realization of DCT2 function with matlab code

dct图像压缩 dct函数 图像-DCT-matlab dct2函数matlab matlab-dct

关注次数: 371

下载次数: 0

文件大小: 678B

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:利用matlab的DCT2函数,对图像做变换并压缩。并用8*8对图像分块,对每一块计算均方值作为阈值。


English Description:

The DCT2 function of MATLAB is used to transform and compress the image. 8 * 8 pairs of images are divided into blocks, and the mean square value of each block is calculated as the threshold.


代码预览