99991 / matting

Python package for alpha matting. This repository has moved:
https://github.com/pymatting/pymatting
Other
47 stars 10 forks source link

how to run on windows platform? #1

Closed wodsoe closed 5 years ago

wodsoe commented 5 years ago

how to run on windows platform? Thank you!

99991 commented 5 years ago

I'm working on windows support. Will be done in a few days.

wodsoe commented 5 years ago

Thank you!

wodsoe commented 5 years ago

Could you convert c code to python code?

99991 commented 5 years ago

Should work on windows now even if gcc is not installed. However, only the vcycle alpha matting method will work since all other methods require the C library for performance.

wodsoe commented 5 years ago

Good job!