Text Depixelization
6 months ago
- #Depix
- #Data Recovery
- #Pixelization
- Depix is a Proof of Concept (PoC) tool for recovering plaintext from pixelized screenshots using a linear box filter.
- The tool was initially made private due to media hype but was later made public again.
- Depix works by analyzing pixelized blocks and comparing them to a De Bruijn sequence in a similar font and color setting.
- The algorithm assumes text positioning is done at pixel level, which may not hold true for modern text rasterizers.
- Depix is not effective if additional image compression is applied to the image.
- Future improvements could include more averaging filters and the use of Hidden Markov Models (HMMs).
- Alternative tools like DepixHMM and UnRedacter have been developed with better precision and functionality.
- A challenge was created for depixelating moving images, with solutions demonstrated using TensorFlow.