/mishima-matting

Python implementation of Mishima matting method

Primary LanguagePython

mishima-matting

Python implementation of Mishima matting method described in http://juew.org/publication/mattingSurvey.pdf The survey only gave a rough overview so my implementation likely does not match the original, but it is usefull for learning.

Requirements

  • python 3.5 (Though it should run on 2.7)
  • scipy
  • numpy
  • matplotlib

Running the demo

  • '''python mishima_matting.py'''

Results

Original image

Trimap image

Result image

More Information

The jupyter notebook contains some 3d plots that help visualise the intuition behind this matting method.

Disclaimer

The code is free for academic/research purpose. Use at your own risk and we are not responsible for any loss resulting from this code. Feel free to submit pull request for bug fixes.

Contact

Marco Forte (fortem@tcd.ie)