【发布时间】:2013-12-01 07:55:55
【问题描述】:
我在 Matlab 中检查了dct 函数,但它只在矩阵输入的列上实现了 DCT:
>> help dct
If X is a matrix, the DCT operation is applied to each
column.
Matlab中是否有可以进行2D DCT的函数,或者有一些算法可以应用dct,进行一些变换,然后得到2D DCT?
【问题讨论】:
标签: matlab image-processing dct