1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Removed unnecessary line (videostab)

This commit is contained in:
Alexey Spizhevoy
2012-04-12 13:58:25 +00:00
parent df410ce246
commit cc0ecf9123
@@ -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);