_
This commit is contained in:
parent
04f85b9b65
commit
e03e264424
@ -102,9 +102,7 @@ def dostuff(input):
|
|||||||
for i in range(1):
|
for i in range(1):
|
||||||
print(i)
|
print(i)
|
||||||
#tmp = get_minimal_energy_map_vertical(get_edges_values(asnumpy_gray))
|
#tmp = get_minimal_energy_map_vertical(get_edges_values(asnumpy_gray))
|
||||||
tmp = get_edges_values(asnumpy_gray)
|
tmp = dostuff(get_edges_values(asnumpy_gray))
|
||||||
|
|
||||||
tmp = dostuff(tmp)
|
|
||||||
|
|
||||||
image = seam_carve_vertical(image, tmp)
|
image = seam_carve_vertical(image, tmp)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user