8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a647b3 commit e39c60eCopy full SHA for e39c60e
skimage/morphology/_max_tree.pyx
@@ -17,7 +17,7 @@ import numpy as np
17
cimport numpy as np
18
cimport cython
19
20
-cnp.import_array()
+np.import_array()
21
22
ctypedef np.float64_t DTYPE_FLOAT64_t
23
ctypedef np.int32_t DTYPE_INT32_t
skimage/morphology/cmorph.pyx
@@ -7,7 +7,7 @@ import numpy as np
7
8
from libc.stdlib cimport malloc, free
9
10
11
12
def _dilate(np.uint8_t[:, :] image,
13
np.uint8_t[:, :] selem,
0 commit comments