Domain name: skimage.org vs scikit-image.org

Stéfan van der Walt stefan at sun.ac.za
Fri Oct 5 03:01:27 EDT 2012


On Thu, Oct 4, 2012 at 11:43 PM, Mathieu Blondel <mathieu at mblondel.org> wrote:
> I would be interested in tackling seam-carving at some point. I have code
> that I could reuse (perhaps, the dynamic programming part could be rewritten
> in Cython):
> http://www.mblondel.org/journal/2010/02/09/seam-carving-in-python/

Neat!  Long ago I tried using the minimum cost paths inside skimage:

https://github.com/stefanv/scikit-image/blob/seam_carving/doc/examples/plot_seam_carving.py

Unfortunately, this is also way too slow; we'll need to do some Cython
to track the removed paths somehow.

Stéfan



More information about the scikit-image mailing list