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!
Asked
Active
Viewed 542 times
1 Answers
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