Home
last modified time | relevance | path

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

/external/opencv3/modules/superres/src/
Dframe_source.cpp133 class VideoFrameSource : public CaptureFrameSource class
136 VideoFrameSource(const String& fileName);
144 VideoFrameSource::VideoFrameSource(const String& fileName) : fileName_(fileName) in VideoFrameSource() function in __anonf30617310211::VideoFrameSource
149 void VideoFrameSource::reset() in reset()
182 return makePtr<VideoFrameSource>(fileName); in createFrameSource_Video()