Ask Your Question

niosus's profile - activity

2020-09-24 04:39:41 -0600 received badge  Student (source)
2013-11-07 10:56:47 -0600 asked a question imread CV_32F

Hi All!

I have a question regarding imread. Is there some way to load an image saved to disk. I saved the image as an image of floats CV_32F. However, I haven't found any way to read it in the same format.

Does anyone know how if it is converted to CV_8UC1 before writing to the disk? That would be really bad for me.

Thanks in advance!