vashista
vashista

Reputation: 105

convert multidimensional nd array from uint16 to int16

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

Answers (0)

Related Questions