mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 12:31:56 +08:00
spath: Remove debug prints.
This commit is contained in:
@@ -72,9 +72,6 @@ cpdef shortest_path(np.ndarray arr, int reach=1):
|
||||
fabs(data[r, c] - data[node[r, c], c - 1])
|
||||
|
||||
# Find minimum cost path
|
||||
print arr
|
||||
print cost
|
||||
print node
|
||||
r_min_node = cost[:,-1].argmin()
|
||||
|
||||
# Backtrack
|
||||
|
||||
Reference in New Issue
Block a user