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.
This is implemented in C++ using the OpenCV Computer Vision library, version 3.1.
Both image size expansion and compression are implemented.