0

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!

so908
  • 25
  • 1
  • 6

1 Answers1

0

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.

Eric Cho
  • 46
  • 5