The code shows how to perform zigzag scan on a NxN matrix and is written in C++. Zigzag scanning is used in many different applications including JPEG Compression using DCT Transform.
-
Updated
Jan 23, 2020 - C++
The code shows how to perform zigzag scan on a NxN matrix and is written in C++. Zigzag scanning is used in many different applications including JPEG Compression using DCT Transform.
Add a description, image, and links to the jpeg-compression topic page so that developers can more easily learn about it.
To associate your repository with the jpeg-compression topic, visit your repo's landing page and select "manage topics."