MarcoForte / closed-form-matting

Python implementation of A. Levin D. Lischinski and Y. Weiss. A Closed Form Solution to Natural Image Matting. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), June 2006, New York
MIT License
435 stars 107 forks source link

Implementation of Foreground/Background Reconstruction Method #3

Closed merofeev closed 6 years ago

merofeev commented 6 years ago

This PR adds solve_foregound_background.py implementing foreground and background reconstruction method described in Section 7 of: Levin, Anat, Dani Lischinski, and Yair Weiss. "A closed-form solution to natural image matting." IEEE Transactions on Pattern Analysis and Machine Intelligence 30.2 (2008): 228-242.

The PR also improves README.md a little bit.