ocl::cvtcolor Bayer to RGB supported in OpenCV 3.0?
Hi, in OpenCV 2.4.9.0 ocl::cvtcolor Bayer->RGB is not supported. Will it be supported in OpenCV 3.0 and if: does it already work in 3.0-Alpha?
Thanks,
Steffen
AFAIK using the master docs the function still only supports RGB2GRAY, that as far as the docs state. But looking at the tests for the color API on ocl, it seems there are way more tests, leading me into thinking there is indeed support for many more types but not for Bayer...
Thx for your answer, so i gotta use gpu::demosaicing via OpenCV 3.0 to do what i want. At the moment im using a AMD-GPU but for better performance i already thought about buying a faster Nvidia-GPU, although i wanted to support OpenCL instead of CUDA...
Just tested cv::cuda::demosaicing on my new nvidia-gpu, works like a charm :)