Home
last modified time | relevance | path

Searched refs:createFrameSource_Video (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/superres/src/
Dframe_source.cpp85 Ptr<FrameSource> cv::superres::createFrameSource_Video(const String& fileName) in createFrameSource_Video() function in cv::superres
180 Ptr<FrameSource> cv::superres::createFrameSource_Video(const String& fileName) in createFrameSource_Video() function in cv::superres
/external/opencv3/modules/superres/include/opencv2/
Dsuperres.hpp77 CV_EXPORTS Ptr<FrameSource> createFrameSource_Video(const String& fileName);
/external/opencv3/modules/superres/test/
Dtest_superres.cpp233 …s::FrameSource> goldSource(new AllignedFrameSource(cv::superres::createFrameSource_Video(inputVide… in RunTest()
235 …cv::makePtr<AllignedFrameSource>(cv::superres::createFrameSource_Video(inputVideoName), scale), sc… in RunTest()
/external/opencv3/samples/gpu/
Dsuper_resolution.cpp121 frameSource = createFrameSource_Video(inputVideoName); in main()