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

Add package setup script to support pip install (#20) #22

Closed li-plus closed 3 years ago

li-plus commented 3 years ago

I make some necessary changes to release the package, as described in issue #20. Detailed changes are

Before merging this PR, you could install the package by running

pip install git+https://github.com/li-plus/closed-form-matting.git

And maybe do some testing, though all tests are passed in Travis CI.

To publish this package to PyPI, please follow this tutorial https://packaging.python.org/tutorials/packaging-projects/

MarcoForte commented 3 years ago

Thanks @li-plus !, looks great to me. I'll publish it to PyPI