An open API service indexing awesome lists of open source software.

https://github.com/r0drigo-0/jpeg_zigzag

JPEG codec zigzag
https://github.com/r0drigo-0/jpeg_zigzag

cv2 jpeg opencv python

Last synced: 2 months ago
JSON representation

JPEG codec zigzag

Awesome Lists containing this project

README

          

# JPEG ZigZag
## Steps:
1. Read image
2. Convert to YCbCr
3. Selection of the blocks (uniform and non-uniform)
4. Calculate the DCT in 2D for both blocks
5. It is ordered in zig-zag

## Processing