Removed unnecessary line (videostab)

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

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

Loading…
Cancel
Save