diff --git a/minimal_energy.py b/minimal_energy.py index 77e8a00..30c6a1d 100644 --- a/minimal_energy.py +++ b/minimal_energy.py @@ -102,9 +102,7 @@ def dostuff(input): for i in range(1): print(i) #tmp = get_minimal_energy_map_vertical(get_edges_values(asnumpy_gray)) - tmp = get_edges_values(asnumpy_gray) - - tmp = dostuff(tmp) + tmp = dostuff(get_edges_values(asnumpy_gray)) image = seam_carve_vertical(image, tmp)