Seam Caving - Removal of seam in Python

558 Views Asked by At

I'm implementing seam carving in python. So far, I've managed to find the lowest energy seam but I don't know how to implement removing it. Can somebody please explain this with pseudocode? Thanks!

1

There are 1 best solutions below

0
Eric Cho On

Not sure whether you know about this, but there is a modern implementation for it: https://pypi.python.org/pypi/Wand

That's a ImageMagick binding for python, and I think it would help you in anyways.