ILog 63 modules/videostab/include/opencv2/videostab/log.hpp class CV_EXPORTS NullLog : public ILog ILog 69 modules/videostab/include/opencv2/videostab/log.hpp class CV_EXPORTS LogToStdout : public ILog ILog 71 modules/videostab/include/opencv2/videostab/stabilizer.hpp void setLog(Ptr<ILog> ilog) { log_ = ilog; } ILog 72 modules/videostab/include/opencv2/videostab/stabilizer.hpp Ptr<ILog> log() const { return log_; } ILog 111 modules/videostab/include/opencv2/videostab/stabilizer.hpp Ptr<ILog> log_;