mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 20:30:10 +08:00
unwrap: Fix crash on Windows
This commit is contained in:
committed by
Jostein Bø Fløystad
parent
abb283fdf9
commit
c88bbf9891
@@ -1,4 +1,4 @@
|
||||
cdef extern unwrap2D(float* wrapped_image,
|
||||
cdef extern void unwrap2D(float* wrapped_image,
|
||||
float* unwrapped_image,
|
||||
unsigned char* input_mask,
|
||||
int image_width, int image_height,
|
||||
|
||||
Reference in New Issue
Block a user