做DCT变换,保留Z型顺序的若干变换系数我要分享

The DCT transformation is performed and some transformation coefficients of Z-type order are retaine

dct-idct 图像--IDCT matlab-DCT IDCT dct

关注次数: 311

下载次数: 1

文件大小: 3K

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:读入一幅256*256图像,将它分成8*8pixel的若干块,对每块做DCT变换,保留Z型顺序的若干变换系数,进行IDCT重构图像,计算重构图像的信噪比


English Description:

Read in a 256 * 256 image, divide it into 8 * 8 pixel blocks, do DCT transform for each block, reserve some transform coefficients in z-order, reconstruct the image by IDCT, and calculate the signal-to-noise ratio of the reconstructed image


代码预览

DCT.doc