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