Added initial docs for the videostab module

This commit is contained in:
Alexey Spizhevoy
2012-10-05 21:30:58 +04:00
parent c0638aa2e0
commit 2ec264303e
5 changed files with 381 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ class CV_EXPORTS MotionEstimatorL1 : public MotionEstimatorBase
public:
MotionEstimatorL1(MotionModel model = MM_AFFINE);
virtual Mat estimate(InputArray points0, InputArray points1, bool *ok);
virtual Mat estimate(InputArray points0, InputArray points1, bool *ok = 0);
private:
std::vector<double> obj_, collb_, colub_;