From dbbfb6e3e536f8a0291e0bcbd8940ec59e0cf3ca Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Thu, 3 Dec 2009 09:36:56 +0200 Subject: [PATCH] spath: Add Cython definition file to allow external use. --- scikits/image/graph/spath.pxd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scikits/image/graph/spath.pxd diff --git a/scikits/image/graph/spath.pxd b/scikits/image/graph/spath.pxd new file mode 100644 index 00000000..f805f127 --- /dev/null +++ b/scikits/image/graph/spath.pxd @@ -0,0 +1,3 @@ +cimport numpy as np + +cpdef shortest_path(np.ndarray, int) \ No newline at end of file