Closed danielballan closed 8 years ago
If you are looking at the example above via email, note that I have edited it in place on github.
I merged this into master and tagged v0.2.0 to get this up on PyPI so it is installable with pip: https://pypi.python.org/pypi/photomosaic
That's not to say we couldn't still do a major re-think on this when you get a chance to look at it. I assume more tags are coming soon.
There is more work to do, but the core functionality is working. Ready for some initial comments if you have time to look, @dlu.
Features from old implementation still missing:
Features that should now be easier to add:
SimpleMatcher
and itscKDTree
from scipy, which cannot be serialized. Scikit-learn has its own KDTree / ball tree implementations which can be serialized. We can look into using those as well / instead.