First time here? Check out the FAQ!
answered 2016-04-12 09:33:02 -0600
after converting to CV_8U, use applyColorMap , like this:
Mat bgr; applyColorMap(depth, bgr, COLORMAP_JET);