Video Compression: What is discrete cosine transform?

后端 未结 6 665
一向
一向 2021-02-05 11:42

I\'ve implemented an image/video transformation technique called discrete cosine transform. This technique is used in MPEG video encoding. I based my algorithm on the ideas pr

6条回答
  •  自闭症患者
    2021-02-05 12:14

    I learned everything I know about the DCT from The Data Compression Book. In addition to being a great introduction to the field of data compression, it has a chapter near the end on lossy image compression which introduces JPEG and the DCT.

提交回复
热议问题