Home
last modified time | relevance | path

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

/external/opencv3/modules/superres/src/
Dframe_source.cpp58 class EmptyFrameSource : public FrameSource class
65 void EmptyFrameSource::nextFrame(OutputArray frame) in nextFrame()
70 void EmptyFrameSource::reset() in reset()
77 return makePtr<EmptyFrameSource>(); in createFrameSource_Empty()