Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dframe_source.hpp62 virtual Mat nextFrame() = 0;
69 virtual Mat nextFrame() CV_OVERRIDE { return Mat(); } in nextFrame() function in cv::videostab::NullFrameSource
78 virtual Mat nextFrame() CV_OVERRIDE;
H A Dstabilizer.hpp148 virtual Mat nextFrame() CV_OVERRIDE { return nextStabilizedFrame(); } in nextFrame() function in cv::videostab::OnePassStabilizer
174 virtual Mat nextFrame() CV_OVERRIDE;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dsuperres.hpp71 virtual void nextFrame(OutputArray frame) = 0;
100 void nextFrame(OutputArray frame) CV_OVERRIDE;