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

Refactored videostab module

This commit is contained in:
Alexey Spizhevoy
2012-04-26 09:01:15 +00:00
parent 79e2070606
commit 02d34bdac2
7 changed files with 351 additions and 471 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ StabilizerBase::StabilizerBase()
{
setLog(new LogToStdout());
setFrameSource(new NullFrameSource());
setMotionEstimator(new RansacMotionEstimator());
setMotionEstimator(new KeypointBasedMotionEstimator(new MotionEstimatorRansacL2()));
setDeblurer(new NullDeblurer());
setInpainter(new NullInpainter());
setRadius(15);