summaryrefslogtreecommitdiffstats
path: root/Algorithms/Part-II/2-SeamCarving
AgeCommit message (Collapse)AuthorFilesLines
2014-04-08Algorithms-II : 2-SeamCarving: fix energy update bug, use System.arraycopy ↵Jérémy Zurcher1-140/+121
to build new energies and pixels array
2014-04-08Algorithms-II : 2-SeamCarving: add ok.png, modify ResizeDemo.java Makefile ↵Jérémy Zurcher3-3/+5
to check result
2013-12-18Algorithms : install algs4 in gittree/algs4Jérémy Zurcher1-1/+1
2013-12-17Algorithms-II : 2-SeamCarving: implementation (fast but heavy mem usage)Jérémy Zurcher2-20/+379
2013-12-12Algorithms-II : 2-SeamCarving: add prototypes and dataJérémy Zurcher26-0/+3021