COLOR_Lab2BGR      74 modules/cudaimgproc/perf/perf_color.cpp                            CvtColorInfo(3, 3, cv::COLOR_Lab2BGR),
COLOR_Lab2BGR    1738 modules/cudaimgproc/test/test_color.cpp     cv::cuda::cvtColor(loadMat(src, useRoi), dst, cv::COLOR_Lab2BGR);
COLOR_Lab2BGR    1741 modules/cudaimgproc/test/test_color.cpp     cv::cvtColor(src, dst_gold, cv::COLOR_Lab2BGR);
COLOR_Lab2BGR    1772 modules/cudaimgproc/test/test_color.cpp     cv::cuda::cvtColor(loadMat(src, useRoi), dst, cv::COLOR_Lab2BGR, 4);
COLOR_Lab2BGR    1777 modules/cudaimgproc/test/test_color.cpp     cv::cvtColor(src, dst_gold, cv::COLOR_Lab2BGR, 4);
COLOR_Lab2BGR      62 modules/imgproc/perf/opencl/perf_color.cpp         COLOR_RGB2Lab, COLOR_Lab2BGR, COLOR_RGB2Luv, COLOR_Luv2LBGR, COLOR_YUV2RGB_NV12, COLOR_YUV2RGB_IYUV,
COLOR_Lab2BGR      88 modules/imgproc/perf/opencl/perf_color.cpp                     make_tuple(ConversionTypes(COLOR_Lab2BGR), 3, 4),
COLOR_Lab2BGR      29 modules/imgproc/perf/perf_cvt_color.cpp     CX_Lab2BGRA      = COLOR_COLORCVT_MAX + COLOR_Lab2BGR,
COLOR_Lab2BGR      80 modules/imgproc/perf/perf_cvt_color.cpp     COLOR_Lab2BGR, COLOR_Lab2LBGR, COLOR_Lab2LRGB, COLOR_Lab2RGB,
COLOR_Lab2BGR     183 modules/imgproc/perf/perf_cvt_color.cpp     case COLOR_Lab2BGR: case COLOR_Lab2LBGR:
COLOR_Lab2BGR     199 modules/photo/src/contrast_preserve.cpp     cvtColor(lab,color_boost,COLOR_Lab2BGR);
COLOR_Lab2BGR     167 modules/photo/src/denoising.cuda.cpp     cv::cuda::cvtColor(lab, _dst, cv::COLOR_Lab2BGR, 0, stream);
COLOR_Lab2BGR     115 modules/photo/src/npr.cpp     cvtColor(lab,result,COLOR_Lab2BGR);