提交 ca42a50d 编写于 作者: U Uwe Kindler

Changed visibility of the virtual functions in OnePassStabilizer and...

Changed visibility of the virtual functions in OnePassStabilizer and TwoPassStabilizer that are derived from StabilizerBase from private to protected to enable stabilizer implementations that are derived from OnePassStabilizer and TwoPassStabilier to properly overwrite these functions
上级 416fb505
......@@ -144,7 +144,7 @@ public:
virtual void reset();
virtual Mat nextFrame() { return nextStabilizedFrame(); }
private:
protected:
virtual void setUp(const Mat &firstFrame);
virtual Mat estimateMotion();
virtual Mat estimateStabilizationMotion();
......@@ -170,7 +170,7 @@ public:
virtual void reset();
virtual Mat nextFrame();
private:
protected:
void runPrePassIfNecessary();
virtual void setUp(const Mat &firstFrame);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册