Searched refs:createFrameSource_Video (Results 1 – 4 of 4) sorted by relevance
85 Ptr<FrameSource> cv::superres::createFrameSource_Video(const String& fileName) in createFrameSource_Video() function in cv::superres180 Ptr<FrameSource> cv::superres::createFrameSource_Video(const String& fileName) in createFrameSource_Video() function in cv::superres
77 CV_EXPORTS Ptr<FrameSource> createFrameSource_Video(const String& fileName);
233 …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()
121 frameSource = createFrameSource_Video(inputVideoName); in main()