Python implementation of Zheng, Yuanjie, and Chandra Kambhamettu. "Learning based digital matting." Computer Vision, 2009 IEEE 12th International Conference on. IEEE, 2009.
- python 3.5+ (Though it should run on 2.7)
- scipy
- numpy
- matplotlib
- 'python learning_based_matting.py'
For more information see the orginal paper pdf
The original matlab code is here https://uk.mathworks.com/matlabcentral/fileexchange/31412-learning-based-digital-matting
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.
Original authors:
Yuanjie Zheng