Commit 103ee12f authored by Vadim Pisarevsky's avatar Vadim Pisarevsky Committed by OpenCV Buildbot

Merge pull request #845 from githubuser0xFFFF:master

parents 4b49b849 ca42a50d
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment