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

https://github.com/eeddaann/pixelate

measure video pixelization/blockiness (macroblocking)
https://github.com/eeddaann/pixelate

Last synced: 6 months ago
JSON representation

measure video pixelization/blockiness (macroblocking)

Awesome Lists containing this project

README

          

# Pixelization detection

| block size | image |
| ---------- | ------------------------------------------------- |
| raw image | ![](gifs/raw.gif) |
| 5px | ![](gifs/5px.gif) |
| 10px | ![](gifs/10px.gif) |
| 15px | ![](gifs/15px.gif) |
| 25px | ![](gifs/25px.gif) |
| 50px | ![](gifs/50px.gif) |

## Analysis:

The following graph represents the variance of the laplacian over time for each block size:

![](over_time.png)