Open mongoose54 opened 7 years ago
preserve_range
is only available in more recent versions of skimage. I don't know the code well enough to see whether it can be simply omitted here in all cases. What is im.dtype
before calling resize
, and what is its value range?
Removed 'preserve_range=True' to address error "TypeError: resize() got an unexpected keyword argument 'preserve_range'" . Now the demo works