项目作者: ashok-arjun

项目描述 :
Seam Carving for Content - Aware Image Resizing
高级语言: C++
项目地址: git://github.com/ashok-arjun/Seam-Carving.git
创建时间: 2019-10-23T06:16:00Z
项目社区:https://github.com/ashok-arjun/Seam-Carving

开源协议:

下载


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