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/videostab/
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_; member in cv::videostab::StabilizerBase
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dsuperres.hpp176 Ptr<FrameSource> frameSource_; member in cv::superres::SuperResolution