Daily Shaarli

All links of one day in a single page.

April 16, 2025

KoKuToru/de-pixelate_gaV-O6NPWrI: de-pixelate youtube video gaV-O6NPWrI

The algorithm for de-pixelating a pixelated moving window with fixed content:

  1. extract the frames and find the absolute positions of the window for each frame
  2. assume the color of each pixelated cell is the color for the center pixel of each cell (think of pixelation as a magnifier filter focusing on the center pixel for each cell)
  3. by tracking the locations of the centered pixels and its colors in each frame, we fill in more and more pixels with known colors.
  4. for the remaining unfillled pixels, interpolate from nearest pixel of known colors (e.g. voronoi)