| setWobbleSuppressor (cv.TwoPassStabilizer) - MATLAB File Help |
Set the wobble suppressing algorithm for the video stabilizer
stab.setWobbleSuppressor(wobbleSuppressType, ...)
stab.setWobbleSuppressor('NullWobbleSuppressor')
stab.setWobbleSuppressor('MoreAccurateMotionWobbleSuppressor', 'OptionName',optionValue, ...)
{motionEstType, {estType, 'key',val, ...}, 'OptionName',optionVal, ...}.
See cv.TwoPassStabilizer.setMotionEstimator for details.
Default is
{'KeypointBasedMotionEstimator', {'MotionEstimatorRansacL2', 'MotionModel','Homography'}}The class uses NullWobbleSuppressor by default.
| Access | public |
| Sealed | false |
| Static | false |