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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user