MarcoForte / bayesian-matting

Python implementation of Bayesian Matting from Yung-Yu Chuang, Brian Curless, David H. Salesin, and Richard Szeliski. A Bayesian Approach to Digital Matting. In Proceedings of IEEE Computer Vision and Pattern Recognition (CVPR 2001), Vol. II, 264-271, December 2001
94 stars 33 forks source link

Indentation at this line is incorrect! Should be indented one tab less. #2

Closed ch-andrei closed 6 years ago

ch-andrei commented 6 years ago

https://github.com/MarcoForte/bayesian-matting/blob/6e7be0dc2ed2905bc109e261dea31c39c8e0259c/bayesian_matting.py#L108

MarcoForte commented 6 years ago

Thanks! Just fixed now