mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-25 13:30:51 +08:00
unwrap: variable renaming
This commit is contained in:
committed by
Jostein Bø Fløystad
parent
adb9344828
commit
91a621b646
File diff suppressed because it is too large
Load Diff
@@ -10,6 +10,7 @@ def unwrap2D(float[:,::1] array, unsigned char[:,::1] mask,
|
||||
cdef float[:,::1] unwrapped_array = np.empty_like(array)
|
||||
cdef int h = array.shape[0]
|
||||
cdef int w = array.shape[1]
|
||||
#TODO: check for masked array/
|
||||
unwrap(&array[0,0],
|
||||
&unwrapped_array[0,0],
|
||||
&mask[0,0],
|
||||
|
||||
Reference in New Issue
Block a user