Removed unnecessary line (videostab)

This commit is contained in:
Alexey Spizhevoy 2012-04-12 13:58:25 +00:00
parent df410ce246
commit cc0ecf9123

View File

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