How to display 3D images in openCV

asked 2012-10-12 01:57:47 -0600

Harsha gravatar image

I have a Mat 3D structure having 3D values of pixels.How do i display it as an image in openCV.

edit retag flag offensive close merge delete

Comments

3D value per pixel could be drawn as RGB colour, depending on the range of values you have. Would this representation be meaningful?

elmiguelao gravatar imageelmiguelao ( 2012-10-12 02:29:56 -0600 )edit