Reputation: 105
When I read an 16 bit tiff (gray scale image having two dimension) image using scipy, and check its dtype using image.dtype
I get uint16 (Uint16 is unassigned 16 bit integer). I want int16 to work further in my code. Could you please give a quick method to convert from uint16 type nd array int16 nd array
Upvotes: 0
Views: 18