MATLAB File Help: cv.OnePassStabilizer | Index |
A one-pass video stabilizer
The video stabilization module contains a set of functions and classes that can be used to solve the problem of video stabilization. There are a few methods implemented, most of them are descibed in the papers [OF06] and [G11]. However, there are some extensions and deviations from the orginal paper methods.
The video stabilization module contains a set of functions and classes for global motion estimation between point clouds or between images. In the last case features are extracted and matched internally.
[OF06]:
Yasuyuki Matsushita, Eyal Ofek, Weina Ge, Xiaoou Tang, Heung-Yeung Shum. "Full-frame video stabilization with motion inpainting". Pattern Analysis and Machine Intelligence, IEEE Transactions on, 28(7):1150-1163, 2006.
[G11]:
Matthias Grundmann, Vivek Kwatra, and Irfan Essa. "Auto-directed video stabilization with robust L1 optimal camera paths". In Computer Vision and Pattern Recognition (CVPR), 2011 IEEE Conference on, pages 225-232. IEEE, 2011.
Superclasses | handle |
Sealed | false |
Construct on load | false |
OnePassStabilizer | Constructor |
BorderMode | default 'Replicate', see cv.copyMakeBorder |
CorrectionForInclusion | default false |
Radius | default 15 |
TrimRatio | default 0 |
id | Object ID |
Static | RansacParamsDefault2dMotion | Default RANSAC method parameters for a given motion model |
addlistener | Add listener for event. | |
delete | Destructor | |
eq | == (EQ) Test handle equality. | |
findobj | Find objects matching specified conditions. | |
findprop | Find property of MATLAB handle object. | |
ge | >= (GE) Greater than or equal relation for handles. | |
getDeblurer | Gets the current deblurring algorithm | |
getFrameSource | Get the current input frame source | |
getInpainter | Gets the current inpainting algorithm | |
getLog | Get the current logger class | |
getMotionEstimator | Get the current motion estimating algorithm | |
getMotionFilter | Get the current motion filtering algorithm | |
gt | > (GT) Greater than relation for handles. | |
Sealed | isvalid | Test handle validity. |
le | <= (LE) Less than or equal relation for handles. | |
lt | < (LT) Less than relation for handles. | |
ne | ~= (NE) Not equal relation for handles. | |
nextFrame | Process next frame from input and return output result | |
notify | Notify listeners of event. | |
reset | Reset the frame source | |
setDeblurer | Set the deblurring algorithm for the video stabilizer | |
setFrameSource | Set input frame source for the video stabilizer | |
setInpainter | Set the inpainting algorithm for the video stabilizer | |
setLog | Set logger class for the video stabilizer | |
setMotionEstimator | Set the motion estimating algorithm for the video stabilizer | |
setMotionFilter | Set the motion filtering algorithm for the video stabilizer |