/seam_carver

A topological search algorithm for resizing images without noticeable effects of distortion

Primary LanguageJava

Seam Carver

This is a simple algorithm that performs a topological shortest path to cut seams out of the picture when trying to shorten dimensions of the image. This code is built on the shoulders of giants such as Robert Sedgewick and Kevin Wayne.