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