MATLAB File Help: cv.TwoPassStabilizer/setInpainter | Index |
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, ...)
The following are options accepted by all algorithms:
The following are options for the various algorithms:
ColorInpainter
ConsistentMosaicInpainter
MotionInpainter
{optflowType, 'OptionName',optionValue, ...}
, where
optflowType
is one of:InpaintingPipeline
Same as the common ones, where values set will be propagated to all inpainters in the pipeline.
The class uses NullInpainter
by default.
Access | public |
Sealed | false |
Static | false |