Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dlog.hpp56 class CV_EXPORTS ILog class
59 virtual ~ILog() {} in ~ILog()
63 class CV_EXPORTS NullLog : public ILog
69 class CV_EXPORTS LogToStdout : public ILog
H A Dstabilizer.hpp71 void setLog(Ptr<ILog> ilog) { log_ = ilog; } in setLog()
72 Ptr<ILog> log() const { return log_; } in log()
111 Ptr<ILog> log_;