LookUpTable 497 modules/cudaarithm/include/opencv2/cudaarithm.hpp CV_EXPORTS Ptr<LookUpTable> createLookUpTable(InputArray lut); LookUpTable 227 modules/cudaarithm/perf/perf_core.cpp cv::Ptr<cv::cuda::LookUpTable> lutAlg = cv::cuda::createLookUpTable(lut); LookUpTable 264 modules/cudaarithm/perf/perf_core.cpp cv::Ptr<cv::cuda::LookUpTable> lutAlg = cv::cuda::createLookUpTable(lut); LookUpTable 60 modules/cudaarithm/src/core.cpp Ptr<LookUpTable> cv::cuda::createLookUpTable(InputArray) { throw_no_cuda(); return Ptr<LookUpTable>(); } LookUpTable 326 modules/cudaarithm/test/test_core.cpp cv::Ptr<cv::cuda::LookUpTable> lutAlg = cv::cuda::createLookUpTable(lut); LookUpTable 342 modules/cudaarithm/test/test_core.cpp cv::Ptr<cv::cuda::LookUpTable> lutAlg = cv::cuda::createLookUpTable(lut);