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?