mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Added LP based global motion estimation (videostab)
This commit is contained in:
@@ -58,7 +58,7 @@ StabilizerBase::StabilizerBase()
|
||||
{
|
||||
setLog(new LogToStdout());
|
||||
setFrameSource(new NullFrameSource());
|
||||
setMotionEstimator(new PyrLkRobustMotionEstimator());
|
||||
setMotionEstimator(new RansacMotionEstimator());
|
||||
setDeblurer(new NullDeblurer());
|
||||
setInpainter(new NullInpainter());
|
||||
setRadius(15);
|
||||
|
||||
Reference in New Issue
Block a user