project

Autostereogram Generator

A generator for autostereograms — the "Magic Eye"-style images that hide a 3D shape in a repeating 2D pattern.

PythonImage Processing

An autostereogram encodes a depth map into a single flat image by repeating a pattern horizontally and subtly shifting it based on depth — cross or diverge your eyes to fuse the repeated pattern and the hidden 3D shape pops out. This project generates them from an arbitrary depth map, for the Image Processing course, picking up on a challenge encountered at the Cybersecurity Challenge Belgium the year before.

Finished as coursework.