Skip to content

Latest commit

 

History

History

Seam-Carving

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Seam Carving

This repository contains an implementation of Seam Carving for content-aware image resizing from the paper: Avidan, Shai, and Ariel Shamir. "Seam carving for content-aware image resizing." ACM Transactions on graphics (TOG). Vol. 26. No. 3. ACM, 2007.

Implementation Details

This is implemented in C++ using the OpenCV Computer Vision library, version 3.1.

Both image size expansion and compression are implemented.