From cc0ecf912387fc6d33a775289d09796e9883c51e Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Thu, 12 Apr 2012 13:58:25 +0000 Subject: [PATCH] Removed unnecessary line (videostab) --- modules/videostab/src/motion_stabilizing.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/videostab/src/motion_stabilizing.cpp b/modules/videostab/src/motion_stabilizing.cpp index b72b756..e0cf55a 100644 --- a/modules/videostab/src/motion_stabilizing.cpp +++ b/modules/videostab/src/motion_stabilizing.cpp @@ -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); -- 2.7.4