travisddavies / seam_carver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Java 100.0%