Skip to content

C++ implementation of size carving/dynamic programming algorithm according to "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir.

Notifications You must be signed in to change notification settings

loc-trinh/SeamCarving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seamCarving

C++ implementation of size carving/dynamic programming algorithm according to "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir.

Usage

.seamCarving [IMAGE_FILE] [REALTIME, 'y' for 'yes']

Preview

Input: 1440 x 900 px

Output: 1200 x 800 px

Input: 1280 x 800 px

Output: 800 x 500 px

Input: 2617 x 500 px

Output: 2000 x 500 px

About

C++ implementation of size carving/dynamic programming algorithm according to "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published