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.Dismiss alert
C++ implementation of size carving/dynamic programming algorithm according to "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir.
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.