Commit cc0ecf91 authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

Removed unnecessary line (videostab)

parent df410ce2
...@@ -213,7 +213,6 @@ Mat ensureInclusionConstraint(const Mat &M, Size size, float trimRatio) ...@@ -213,7 +213,6 @@ Mat ensureInclusionConstraint(const Mat &M, Size size, float trimRatio)
r = t; r = t;
else else
l = t; l = t;
t = r;
} }
return (1 - r) * M + r * Mat::eye(3, 3, CV_32F); return (1 - r) * M + r * Mat::eye(3, 3, CV_32F);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment