Skip to content

Commit 103ee12

Browse files
vpisarevOpenCV Buildbot
authored andcommitted
Merge pull request opencv#845 from githubuser0xFFFF:master
2 parents 4b49b84 + ca42a50 commit 103ee12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/videostab/include/opencv2/videostab/stabilizer.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class CV_EXPORTS OnePassStabilizer : public StabilizerBase, public IFrameSource
144144
virtual void reset();
145145
virtual Mat nextFrame() { return nextStabilizedFrame(); }
146146

147-
private:
147+
protected:
148148
virtual void setUp(const Mat &firstFrame);
149149
virtual Mat estimateMotion();
150150
virtual Mat estimateStabilizationMotion();
@@ -170,7 +170,7 @@ class CV_EXPORTS TwoPassStabilizer : public StabilizerBase, public IFrameSource
170170
virtual void reset();
171171
virtual Mat nextFrame();
172172

173-
private:
173+
protected:
174174
void runPrePassIfNecessary();
175175

176176
virtual void setUp(const Mat &firstFrame);

0 commit comments

Comments
 (0)