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

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