From df410ce2462a2a076c188b9fef7056fd580cf8ee Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Thu, 12 Apr 2012 13:57:28 +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 6300f0a92c..b72b7562e8 100644 --- a/modules/videostab/src/motion_stabilizing.cpp +++ b/modules/videostab/src/motion_stabilizing.cpp @@ -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);