Removed unnecessary line (videostab)

pull/2/head
Alexey Spizhevoy 13 years ago
parent df410ce246
commit cc0ecf9123
  1. 1
      modules/videostab/src/motion_stabilizing.cpp

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

Loading…
Cancel
Save