demosaicing       136 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void demosaicing(InputArray src, OutputArray dst, int code, int dcn = -1, Stream& stream = Stream::Null());
demosaicing       170 modules/cudaimgproc/perf/perf_color.cpp         TEST_CYCLE() cv::cuda::demosaicing(d_src, dst, code);
demosaicing      2366 modules/cudaimgproc/test/test_color.cpp     cv::cuda::demosaicing(loadMat(src), dst, cv::COLOR_BayerBG2BGR);
demosaicing      2380 modules/cudaimgproc/test/test_color.cpp     cv::cuda::demosaicing(loadMat(src), dst, cv::COLOR_BayerGB2BGR);
demosaicing      2394 modules/cudaimgproc/test/test_color.cpp     cv::cuda::demosaicing(loadMat(src), dst, cv::COLOR_BayerRG2BGR);
demosaicing      2408 modules/cudaimgproc/test/test_color.cpp     cv::cuda::demosaicing(loadMat(src), dst, cv::COLOR_BayerGR2BGR);
demosaicing      2422 modules/cudaimgproc/test/test_color.cpp     cv::cuda::demosaicing(loadMat(src), dst, cv::cuda::COLOR_BayerBG2BGR_MHT);
demosaicing      2436 modules/cudaimgproc/test/test_color.cpp     cv::cuda::demosaicing(loadMat(src), dst, cv::cuda::COLOR_BayerGB2BGR_MHT);
demosaicing      2450 modules/cudaimgproc/test/test_color.cpp     cv::cuda::demosaicing(loadMat(src), dst, cv::cuda::COLOR_BayerRG2BGR_MHT);
demosaicing      2464 modules/cudaimgproc/test/test_color.cpp     cv::cuda::demosaicing(loadMat(src), dst, cv::cuda::COLOR_BayerGR2BGR_MHT);
demosaicing      3269 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void demosaicing(InputArray _src, OutputArray _dst, int code, int dcn = 0);
demosaicing      8399 modules/imgproc/src/color.cpp             demosaicing(src, _dst, code, dcn);
demosaicing      2129 modules/imgproc/test/test_color.cpp             cv::demosaicing(bayer, actual, CV_BayerBG2BGR_EA + i);