diff options
Diffstat (limited to 'Algorithms/Part-II/2-SeamCarving/data/7x3.printseams.txt')
-rw-r--r-- | Algorithms/Part-II/2-SeamCarving/data/7x3.printseams.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Algorithms/Part-II/2-SeamCarving/data/7x3.printseams.txt b/Algorithms/Part-II/2-SeamCarving/data/7x3.printseams.txt new file mode 100644 index 0000000..e182749 --- /dev/null +++ b/Algorithms/Part-II/2-SeamCarving/data/7x3.printseams.txt @@ -0,0 +1,16 @@ +image is 7 columns by 3 rows +Displaying horizontal seam calculated. +[195075] 195075 195075 195075 195075 195075 [195075] + 195075 [ 56224] [ 72240] [ 47940] [ 70370] [ 85479] 195075 + 195075 195075 195075 195075 195075 195075 195075 + +Total energy: 722403 + +Displaying vertical seam calculated. + 195075 195075 [195075] 195075 195075 195075 195075 + 195075 56224 72240 [ 47940] 70370 85479 195075 + 195075 195075 [195075] 195075 195075 195075 195075 + +Total energy: 438090 + + |