Ask Your Question

lock's profile - activity

2014-07-28 17:41:17 -0600 asked a question Demosaicing 16-bit images with VNG interpolation

Hi everyone, Everything is in the subject. Indeed, when I am reading the code of 'opencv/modules/imgproc/src/demosaicing.cpp', line 1492-1493, it seems that OpenCV does not handle 16-bit files for VNG interpolation.

CV_Assert( depth == CV_8U );
Bayer2RGB_VNG_8u(src, dst_, code);

Am I right ? Is this on the roadmap ?

Thank you for your answers. Best regards.