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

Set the inpainting algorithm for the video stabilizer

stab.setInpainter(inpainterType, ...)

stab.setInpainter('NullInpainter')
stab.setInpainter('ColorInpainter', 'OptionName',optionValue, ...)
stab.setInpainter('InpaintingPipeline', {{inpainterType, ...}, {inpainterType, ...}, ...}, 'OptionName',optionValue, ...)
stab.setInpainter('ConsistentMosaicInpainter', 'OptionName',optionValue, ...)
stab.setInpainter('MotionInpainter', 'OptionName',optionValue, ...)
stab.setInpainter('ColorAverageInpainter', 'OptionName',optionValue, ...)
stab.setInpainter('ColorInpainter', 'OptionName',optionValue, ...)

Input

Options

The following are options accepted by all algorithms:

The following are options for the various algorithms:

ColorInpainter

ConsistentMosaicInpainter

MotionInpainter

InpaintingPipeline

Same as the common ones, where values set will be propagated to all inpainters in the pipeline.

The class uses NullInpainter by default.

See also
Method Details
Access public
Sealed false
Static false