Skip to content

puilp0502/autostereogram

Repository files navigation

Autostereogram encoding & decoding

Autostereogram solver - Never cross your eyes again™

Example

Cloning

  1. (If not installed) Install Git-LFS

On Debian/Ubuntu:

sudo apt install git-lfs

On macOS:

brew install git-lfs
  1. Clone
git clone https://github.com/puilp0502/autostereogram.git
  1. Fetch LFS objects
cd autostereogram && git lfs fetch --all

Getting started

  1. (Optional, recommended) Create virtualenv
python -m virtualenv -p python3 venv
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run Real-time video decoding example:
python realtime_decode.py

MATLAB-based decoder

Make sure you have Image Processing Toolbox and Computer Vision Toolbox installed!

Example

I = imread('datasets/skull.png')
imagesc(resolveSIRD(I))

About

COSE281 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published