4 results for “topic:zigzag-scanning”
A Python program that compresses raw images based on the JPEG compression algorithm.
zigzag-order traversal
A Python implementation of the Aztec space-filling curve
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.