MATLAB File Help: cv.TwoPassStabilizer.RansacParamsDefault2dMotion | Index |
Default RANSAC method parameters for a given motion model
ransac = cv.TwoPassStabilizer.RansacParamsDefault2dMotion(model)
Here are the parameters corresponding to each motion model:
struct('Size',1, 'Thresh',0.5, 'Eps',0.5, 'Prob',0.99)
struct('Size',2, 'Thresh',0.5, 'Eps',0.5, 'Prob',0.99)
struct('Size',1, 'Thresh',0.5, 'Eps',0.5, 'Prob',0.99)
struct('Size',2, 'Thresh',0.5, 'Eps',0.5, 'Prob',0.99)
struct('Size',2, 'Thresh',0.5, 'Eps',0.5, 'Prob',0.99)
struct('Size',3, 'Thresh',0.5, 'Eps',0.5, 'Prob',0.99)
struct('Size',4, 'Thresh',0.5, 'Eps',0.5, 'Prob',0.99)
Access | public |
Sealed | false |
Static | true |