An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Seam-Carving

![](images/seam-carving.jpg)

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).