mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-01 12:50:48 +08:00
unwrap: Fix crash on Windows
This commit is contained in:
committed by
Jostein Bø Fløystad
parent
c88bbf9891
commit
0231f72c96
@@ -1,4 +1,4 @@
|
||||
cdef extern unwrap3D(float* wrapped_volume,
|
||||
cdef extern void unwrap3D(float* wrapped_volume,
|
||||
float* unwrapped_volume,
|
||||
unsigned char* input_mask,
|
||||
int image_width, int image_height, int volume_depth,
|
||||
|
||||
Reference in New Issue
Block a user