mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-24 13:20:43 +08:00
3 lines
57 B
Cython
3 lines
57 B
Cython
cimport numpy as np
|
|
|
|
cpdef shortest_path(np.ndarray, int) |