Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Seam Carving algorithm in Java

Notifications You must be signed in to change notification settings

algorythmist/seam-carver

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Seam Carving Demo

Seam carving is an algorithm for content-aware image resizing that preserves the more essential elements of an image while removing low information elements. This is a Java implementation of the algorithm. The main program SeamCarvingDemo creates the resized picture that the algorithm produces as well as visual representations of the energy and the seams that were removed.