-3

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?

user15286
  • 1
  • 1

1 Answers1

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