mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-28 11:25:42 +08:00
3 lines
65 B
Cython
3 lines
65 B
Cython
cimport numpy as np
|
|
|
|
cpdef shortest_path(np.ndarray, int reach=?) |