descriptionImplementations of the seam carving algorithm of Dr. Ariel Shamir based on Olena
homepage URLhttp://lrde.epita.fr/
ownertsuna@lrde.epita.fr
last changeWed, 12 Dec 2007 15:46:56 +0000 (12 16:46 +0100)
content tags
add:
readme
C++ implementations of seam carving. One implementation is iterative (based on on the paper of Shai Avidan and Ariel Shamir) and the other is based on a Markov network. Both use Olena HEAD and one header from Boost >= 1.34: lexical_cast. <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-3285392-1"); pageTracker._initData(); pageTracker._trackPageview(); </script>
shortlog
2007-12-12 Thomas MoulardAdd more test images.masterorigin/HEADorigin/master
2007-12-11 Guillaume LeroiSome tweaks again on energy
2007-12-11 Benoit SigoureProperly re-compute the energy in between two seam...
2007-12-11 Benoit SigoureDrop the dependency on Boost.Foreach.
2007-12-10 Guillaume LeroiMerge branch 'master' of git+ssh://leroi.g@repo.or...
2007-12-10 Guillaume LeroiPlay with cliqu's energies and 'recuit-simule' paramaters.
2007-12-10 Benoit SigoureRemove unused local variables.
2007-12-10 Benoit SigoureFix another bug around the borders.
2007-12-10 Guillaume LeroiUpdate autoconf files wor markov.
2007-12-10 Guillaume LeroiAdd markov version of seam carving.
2007-12-10 Benoit SigoureAdd one more test image.
2007-12-10 Benoit SigoureAccept a bias for the energy.
2007-12-10 Benoit SigoureAdd more test images.
2007-12-10 Benoit SigoureFix the computation of the cumulative minimum energy.
2007-12-10 Benoit SigoureEnhance the interface of carve_seam.
2007-12-10 Benoit SigoureDocument the code.
...
heads
16 years ago markov252-pixel
16 years ago markov252
16 years ago sampling
16 years ago reduce
16 years ago master