Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The image is white because it is stored as 8 bit image. I guess values in your 16 bit image are bigger than 255. You should first convert your image to 8 bit with appropriate scaling (1/256.0) by calling to convertTo function.