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

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