eric-wieser/ros_numpy

16UC1 is treated as signed rather than unsigned

bomarali opened this issue · 2 comments

From what I gather 16UC1 stands for 16 bit unsigned single channel integer. Yet looking at the image.py 16UC1 converts to signed. Seems like an error?

Sounds like an error. Want to make a patch?

Fixed in #14