diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-12 15:40:02 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-12 15:40:02 +0100 |
commit | e1ec44b3078a20c4e7ab85e30083063205159761 (patch) | |
tree | 195bad21bd885dc6a1f78ba741b16a1355ef4d92 /Algorithms/Part-II/2-SeamCarving/data/4x6.printseams.txt | |
parent | a60ba769f451259caba14886fdb206593b92df76 (diff) | |
download | coursera-e1ec44b3078a20c4e7ab85e30083063205159761.zip coursera-e1ec44b3078a20c4e7ab85e30083063205159761.tar.gz |
Algorithms-II : 2-SeamCarving: add prototypes and data
Diffstat (limited to 'Algorithms/Part-II/2-SeamCarving/data/4x6.printseams.txt')
-rw-r--r-- | Algorithms/Part-II/2-SeamCarving/data/4x6.printseams.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Algorithms/Part-II/2-SeamCarving/data/4x6.printseams.txt b/Algorithms/Part-II/2-SeamCarving/data/4x6.printseams.txt new file mode 100644 index 0000000..4ffc514 --- /dev/null +++ b/Algorithms/Part-II/2-SeamCarving/data/4x6.printseams.txt @@ -0,0 +1,22 @@ +image is 4 columns by 6 rows +Displaying horizontal seam calculated. + 195075 195075 195075 [195075] +[195075] 75990 [ 30003] 195075 + 195075 [ 30002] 103046 195075 + 195075 29515 38273 195075 + 195075 73403 35399 195075 + 195075 195075 195075 195075 + +Total energy: 450155 + +Displaying vertical seam calculated. + 195075 [195075] 195075 195075 + 195075 75990 [ 30003] 195075 + 195075 [ 30002] 103046 195075 + 195075 [ 29515] 38273 195075 + 195075 73403 [ 35399] 195075 + 195075 [195075] 195075 195075 + +Total energy: 515069 + + |