Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dsuperres.hpp94 void setInput(const Ptr<FrameSource>& frameSource);
170 virtual void initImpl(Ptr<FrameSource>& frameSource) = 0;
171 virtual void processImpl(Ptr<FrameSource>& frameSource, OutputArray output) = 0;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dstabilizer.hpp78 Ptr<IFrameSource> frameSource() const { return frameSource_; } in frameSource() function in cv::videostab::StabilizerBase