Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dframe_source.hpp57 class CV_EXPORTS IFrameSource class
60 virtual ~IFrameSource() {} in ~IFrameSource()
65 class CV_EXPORTS NullFrameSource : public IFrameSource
72 class CV_EXPORTS VideoFileSource : public IFrameSource
86 Ptr<IFrameSource> impl;
H A Dstabilizer.hpp77 void setFrameSource(Ptr<IFrameSource> val) { frameSource_ = val; } in setFrameSource()
78 Ptr<IFrameSource> frameSource() const { return frameSource_; } in frameSource()
112 Ptr<IFrameSource> frameSource_;
139 class CV_EXPORTS OnePassStabilizer : public StabilizerBase, public IFrameSource
159 class CV_EXPORTS TwoPassStabilizer : public StabilizerBase, public IFrameSource