In the matlab code, i apply the discrete cosine transform in an image,after applying the dct, the file size of the dct image is increased from the original file size.Is it true without applying quantization and entropy coding,the file size of the dct image is normally high?
Asked
Active
Viewed 344 times
1 Answers
1
The DCT alone effectively doubles the amount of storage required for an image. 8-bit samples require 16-bits after the DCT.

user3344003
- 20,574
- 3
- 26
- 62