Home
last modified time | relevance | path

Searched refs:createLookUpTable (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudaarithm/perf/
Dperf_core.cpp227 cv::Ptr<cv::cuda::LookUpTable> lutAlg = cv::cuda::createLookUpTable(lut); in PERF_TEST_P()
264 cv::Ptr<cv::cuda::LookUpTable> lutAlg = cv::cuda::createLookUpTable(lut); in PERF_TEST_P()
/external/opencv3/modules/cudaarithm/test/
Dtest_core.cpp326 cv::Ptr<cv::cuda::LookUpTable> lutAlg = cv::cuda::createLookUpTable(lut); in CUDA_TEST_P()
342 cv::Ptr<cv::cuda::LookUpTable> lutAlg = cv::cuda::createLookUpTable(lut); in CUDA_TEST_P()
/external/opencv3/modules/cudaarithm/src/cuda/
Dlut.cu205 Ptr<LookUpTable> cv::cuda::createLookUpTable(InputArray lut) in createLookUpTable() function in cv::cuda
/external/opencv3/modules/cudaarithm/src/
Dcore.cpp60 Ptr<LookUpTable> cv::cuda::createLookUpTable(InputArray) { throw_no_cuda(); return Ptr<LookUpTable>… in createLookUpTable() function in cv::cuda
/external/opencv3/modules/cudaarithm/include/opencv2/
Dcudaarithm.hpp497 CV_EXPORTS Ptr<LookUpTable> createLookUpTable(InputArray lut);