Removed unnecessary line (videostab)
authorAlexey Spizhevoy <no@email>
Thu, 12 Apr 2012 13:57:28 +0000 (13:57 +0000)
committerAlexey Spizhevoy <no@email>
Thu, 12 Apr 2012 13:57:28 +0000 (13:57 +0000)
modules/videostab/src/motion_stabilizing.cpp

index 6300f0a..b72b756 100644 (file)
@@ -214,7 +214,6 @@ Mat ensureInclusionConstraint(const Mat &M, Size size, float trimRatio)
         else
             l = t;
         t = r;
-        relaxMotion(srcM, r, curM);
     }
 
     return (1 - r) * M + r * Mat::eye(3, 3, CV_32F);