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