mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 23:21:43 +08:00
unwrap: Fix crash on Windows
This commit is contained in:
committed by
Jostein Bø Fløystad
parent
0231f72c96
commit
22f23c22fd
@@ -1011,6 +1011,7 @@ void returnVolume(VOXELM *voxel, float *unwrappedVolume, int volume_width, int
|
||||
}
|
||||
|
||||
//the main function of the unwrapper
|
||||
void
|
||||
unwrap3D(float* wrapped_volume, float* unwrapped_volume, unsigned char* input_mask,
|
||||
int volume_width, int volume_height, int volume_depth,
|
||||
int wrap_around_x, int wrap_around_y, int wrap_around_z)
|
||||
|
||||
Reference in New Issue
Block a user