HomeSort by relevance Sort by last modified time
    Searched refs:inputVideoName (Results 1 - 2 of 2) sorted by null

  /external/opencv3/samples/gpu/
super_resolution.cpp 77 const string inputVideoName = cmd.get<string>("video");
111 frameSource = createFrameSource_Video_CUDA(inputVideoName);
121 frameSource = createFrameSource_Video(inputVideoName);
127 cout << "Input : " << inputVideoName << " " << frame.size() << endl;
  /external/opencv3/modules/superres/test/
test_superres.cpp 220 const std::string inputVideoName = cvtest::TS::ptr()->get_data_path() + "car.avi";
233 cv::Ptr<cv::superres::FrameSource> goldSource(new AllignedFrameSource(cv::superres::createFrameSource_Video(inputVideoName), scale));
235 cv::makePtr<AllignedFrameSource>(cv::superres::createFrameSource_Video(inputVideoName), scale), scale));

Completed in 908 milliseconds