Commit df410ce2 authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

Removed unnecessary line (videostab)

parent 04ac6db0
......@@ -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);
......
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