https://github.com/ashok-arjun/seam-carving
Seam Carving for Content - Aware Image Resizing
https://github.com/ashok-arjun/seam-carving
algorithms computer-vision dynamic-programming image-processing image-resizing seam-carving
Last synced: about 1 year ago
JSON representation
Seam Carving for Content - Aware Image Resizing
- Host: GitHub
- URL: https://github.com/ashok-arjun/seam-carving
- Owner: ashok-arjun
- Created: 2019-10-23T06:16:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T08:51:43.000Z (over 5 years ago)
- Last Synced: 2025-01-30T17:39:34.205Z (over 1 year ago)
- Topics: algorithms, computer-vision, dynamic-programming, image-processing, image-resizing, seam-carving
- Language: C++
- Homepage:
- Size: 38.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Seam-Carving

This repository implements the seam-carving algorithm proposed in [1] for resizing an image. The crux of the technique is a dynamic programming algorithm that iteratively removes seams(connected pixels across the width or across the height) with the lowest energy, and reduces the size of the image by 1 pixel at every iteration.
## References
1. Avidan, S. and Ariel Shamir. “Seam carving for content-aware image resizing.” SIGGRAPH 2007 (2007).