Add markov version of seam carving.
commit6a1e9df15e0320b7c8b85399b62df2c42181b6ad
authorGuillaume Leroi <leroi.g@gmail.com>
Mon, 10 Dec 2007 20:14:54 +0000 (10 21:14 +0100)
committerGuillaume Leroi <leroi.g@gmail.com>
Mon, 10 Dec 2007 20:14:54 +0000 (10 21:14 +0100)
treebc982d7df9bf9e34fd00f8c8a1017898ef05ca67
parent548bbc90c34553c059390f77659ab5ab4313962c
Add markov version of seam carving.
src/markov/Makefile.am [new file with mode: 0644]
src/markov/energy.hh [new file with mode: 0644]
src/markov/energy.hxx [new file with mode: 0644]
src/markov/markov.cc [new file with mode: 0644]
src/markov/recuit.hh [new file with mode: 0644]
src/markov/recuit.hxx [new file with mode: 0644]