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

Make matting with scribbles more robust to user input. +Fix bug #15

Closed merofeev closed 5 years ago

merofeev commented 5 years ago

Make closed_form_matting_with_scribbles correctly treat not perfectly white and not perfectly black pixels on scribbles image as white and black.

This should partially solve problems described in #14.

MarcoForte commented 5 years ago

Thank you very much sir