LUT               530 modules/core/include/opencv2/core.hpp CV_EXPORTS_W void LUT(InputArray src, InputArray lut, OutputArray dst);
LUT               911 modules/core/misc/java/test/CoreTest.java         Core.LUT(grayRnd, lut, dst);
LUT               917 modules/core/misc/java/test/CoreTest.java         Core.LUT(grayRnd, lut, dst);
LUT                54 modules/core/perf/opencl/perf_arithm.cpp OCL_PERF_TEST_P(LUTFixture, LUT,
LUT                70 modules/core/perf/opencl/perf_arithm.cpp     OCL_TEST_CYCLE() cv::LUT(src, lut, dst);
LUT              6222 modules/core/src/convert.cpp     cv::LUT( src, lut, dst );
LUT               107 modules/core/test/ocl/test_arithm.cpp         OCL_OFF(cv::LUT(src_roi, lut_roi, dst_roi));
LUT               108 modules/core/test/ocl/test_arithm.cpp         OCL_ON(cv::LUT(usrc_roi, ulut_roi, udst_roi));
LUT               240 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::LUT(src, lut, dst);
LUT               277 modules/cudaarithm/perf/perf_core.cpp         TEST_CYCLE() cv::LUT(src, lut, dst);
LUT               303 modules/cudaarithm/test/test_core.cpp PARAM_TEST_CASE(LUT, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
LUT               321 modules/cudaarithm/test/test_core.cpp CUDA_TEST_P(LUT, OneChannel)
LUT               332 modules/cudaarithm/test/test_core.cpp     cv::LUT(src, lut, dst_gold);
LUT               337 modules/cudaarithm/test/test_core.cpp CUDA_TEST_P(LUT, MultiChannel)
LUT               348 modules/cudaarithm/test/test_core.cpp     cv::LUT(src, lut, dst_gold);
LUT               353 modules/cudaarithm/test/test_core.cpp INSTANTIATE_TEST_CASE_P(CUDA_Arithm, LUT, testing::Combine(
LUT               512 modules/imgproc/src/colormap.cpp         LUT(src, _lut, _dst);
LUT              3614 modules/imgproc/src/histogram.cpp     LUT(_src, lut, _dst);
LUT               100 modules/photo/src/merge.cpp                 LUT(splitted[c], weights, splitted[c]);
LUT               106 modules/photo/src/merge.cpp             LUT(images[i], response, response_img);
LUT               327 modules/photo/src/merge.cpp             LUT(images[i], weight, w);
LUT               328 modules/photo/src/merge.cpp             LUT(images[i], response, im);
LUT               122 samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp         LUT(I, lookUpTable, J);