tsoding / seam-carving

Seam Carving implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seam Carving

Content Aware Resizing using Seam Carving

Lena_512 Lena_162

Quick Start

$ cc -o nob nob.c
$ ./nob ./images/Lena_512.png output.png
$ feh output.png

About

Seam Carving implementation

License:MIT License


Languages

Language:C++ 70.7%Language:C 29.3%