Home
last modified time | relevance | path

Searched refs:createFrameSource_Video_CUDA (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/superres/src/
Dframe_source.cpp197 Ptr<FrameSource> cv::superres::createFrameSource_Video_CUDA(const String& fileName) in createFrameSource_Video_CUDA() function in cv::superres
251 Ptr<FrameSource> cv::superres::createFrameSource_Video_CUDA(const String& fileName) in createFrameSource_Video_CUDA() function in cv::superres
/external/opencv3/modules/superres/include/opencv2/
Dsuperres.hpp78 CV_EXPORTS Ptr<FrameSource> createFrameSource_Video_CUDA(const String& fileName);
/external/opencv3/samples/gpu/
Dsuper_resolution.cpp111 frameSource = createFrameSource_Video_CUDA(inputVideoName); in main()