Type of Matrix of a depth Image
According to this website here:
http://docs.opencv.org/doc/user_guide/ug_intelperc.html
The depth images from the camera return a matrix with type CV_16UC1
However, calling the function .type() on the matrix returned, yields the number 3, which is equal to CV_16SCU1.
Did I do something wrong or is the documentation outdated?
Regards
Looks like you've found a bug, sample code uses
short
. Please, send a pull request with fix. It will help a lot!