diff options
Diffstat (limited to 'Algorithms/Part-II/2-SeamCarving/data/3x7.printseams.txt')
-rw-r--r-- | Algorithms/Part-II/2-SeamCarving/data/3x7.printseams.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Algorithms/Part-II/2-SeamCarving/data/3x7.printseams.txt b/Algorithms/Part-II/2-SeamCarving/data/3x7.printseams.txt new file mode 100644 index 0000000..208847f --- /dev/null +++ b/Algorithms/Part-II/2-SeamCarving/data/3x7.printseams.txt @@ -0,0 +1,24 @@ +image is 3 columns by 7 rows +Displaying horizontal seam calculated. + 195075 195075 195075 +[195075] 86627 [195075] + 195075 [ 55775] 195075 + 195075 105720 195075 + 195075 63180 195075 + 195075 78196 195075 + 195075 195075 195075 + +Total energy: 445925 + +Displaying vertical seam calculated. +[195075] 195075 195075 + 195075 [ 86627] 195075 + 195075 [ 55775] 195075 + 195075 [105720] 195075 + 195075 [ 63180] 195075 + 195075 [ 78196] 195075 +[195075] 195075 195075 + +Total energy: 779648 + + |