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

Missing #! hashbang in closed_form_matting.py #13

Closed vadimkantorov closed 5 years ago

vadimkantorov commented 6 years ago

Can't run ./closed_form_matting.py since bash interprets it as a shell script. A hashbang with Python interpreter seems needed as the first line.

MarcoForte commented 5 years ago

thanks I updated the code for that #18