Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Conversion 16bit image to 8 bit image

Hello ,

How to convert 16bit image to 8bit image without loosing information.

dst.convertTo(src, CV_8UC1);

I used convertTo() function but it losses information , it is not same as src image.

Is it possible to convert 16 bit image to 8bit image?