Skip to content

Implementation of "Seam Carving for Content-Aware Image Resizing" (2012).

Notifications You must be signed in to change notification settings

nsaftarli/SeamCarving

Repository files navigation

Seam Carving in Matlab

This is my implementation of "Seam Carving for Content-Aware Image Resizing" (2012), for which the paper can be found at http://graphics.cs.cmu.edu/courses/15-463/2012_fall/hw/proj3-seamcarving/imret.pdf.

My implementation is not the fastest, so the runner script by default displays images that have been put through the algorithm already. To run it yourself, uncomment lines 10, 17, 32, and 39, and comment out lines 11, 18, 33, and 40.

Example

Source Image at 720x480:

Image Resized to 640x480:

Image Resized to 720x320:

About

Implementation of "Seam Carving for Content-Aware Image Resizing" (2012).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages