Removed unnecessary line (videostab)

This commit is contained in:
Alexey Spizhevoy 2012-04-12 13:57:28 +00:00
parent 04ac6db04a
commit df410ce246

View File

@ -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);