MATLAB File Help: cv.OnePassStabilizer/setMotionEstimator Index
cv.OnePassStabilizer/setMotionEstimator

Set the motion estimating algorithm for the video stabilizer

stab.setMotionEstimator(motionEstType, ...)

stab.setMotionEstimator('KeypointBasedMotionEstimator', {estType, ...}, 'OptionName',optionValue, ...)
stab.setMotionEstimator('FromFileMotionReader', path, 'OptionName',optionValue, ...)
stab.setMotionEstimator('ToFileMotionWriter', path, {motionEstType, ...}, 'OptionName',optionValue, ...)

Input

Options

The following are options for the various algorithms:

KeypointBasedMotionEstimator, FromFileMotionReader, ToFileMotionWriter

KeypointBasedMotionEstimator

MotionEstimatorL1 and MotionEstimatorRansacL2

MotionEstimatorRansacL2

SparsePyrLkOptFlowEstimator

TranslationBasedLocalOutlierRejector

The class uses KeypointBasedMotionEstimator by default with MotionEstimatorRansacL2.

See also
Method Details
Access public
Sealed false
Static false