Middlebury College CS453 (Computer Vision) Final Project
Dana Silver and Shannon Ovitt
On OS X:
$ brew install opencvNon-interactive usage:
$ python seamcarve.py image width heightimagethe image to resizewidththe new width for the image, smaller than the image's widthheightthe new height for the image, smaller than the image's height
Interactive usage:
$ python seamcarve.py image --interactiveBoth options will open a new window that will animate the seams being removed. Press any key when the animation is done to close the window.
See the final report for full implementation details and results.