Searched refs:wobbleSuppress (Results 1 – 3 of 3) sorted by relevance
52 bool wobbleSuppress = false; in main() local82 wobbleSuppress = (strcasecmp (optarg, "false") == 0 ? false : true); in main()108 printf ("enable wobble suppress:\t%s\n", wobbleSuppress ? "true" : "false"); in main()112 … Ptr<VideoStabilizer> dvs = makePtr<VideoStabilizer>(enableTwoPass, wobbleSuppress, enableDeblur); in main()
65 bool wobbleSuppress = false,
255 bool wobbleSuppress, in VideoStabilizer() argument274 if (wobbleSuppress) { in VideoStabilizer()