Add a first version of iterative seam carving.
commit859d2be672ae7802fa87617dce0f2db3768dfc5e
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Mon, 10 Dec 2007 11:44:04 +0000 (10 12:44 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Mon, 10 Dec 2007 11:46:41 +0000 (10 12:46 +0100)
tree711bf75e8bf1888f4b6ae13de2322e9922f8d6d0
parent66179e65992f7cedc7004c6489e67e4de34252ef
Add a first version of iterative seam carving.

* Makefile.am (ACLOCAL_AMFLAGS): New.
* build-aux/boost.m4: New.  Import from upstream.
* configure.ac: Use AC_CONFIG_AUX_DIR.  Add -ggdb and
-D_GLIBCXX_DEBUG in CXXFLAGS when $CXX is g++.  Use BOOST_FOREACH.
Create config.h.
* src/Makefile.am: Add the new source and build the `carve_seam'
program.
* src/seam.cc: New.
* src/seam_main.cc: New.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
Makefile.am
build-aux/boost.m4 [new file with mode: 0644]
configure.ac
src/.gitignore [new file with mode: 0644]
src/Makefile.am
src/seam.cc [new file with mode: 0644]
src/seam_main.cc [new file with mode: 0644]