1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Minor changes in videostab module and sample

This commit is contained in:
Alexey Spizhevoy
2012-04-19 10:27:17 +00:00
parent f42eea1029
commit f355f798a4
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ void MoreAccurateMotionWobbleSuppressor::suppress(int idx, const Mat &frame, Mat
if (result.data == frame.data)
result = Mat(frame.size(), frame.type());
remap(frame, result, mapx_, mapy_, INTER_LANCZOS4, BORDER_REPLICATE);
remap(frame, result, mapx_, mapy_, INTER_LINEAR, BORDER_REPLICATE);
}
} // namespace videostab