LpMotionStabilizer  120 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp     LpMotionStabilizer(MotionModel model = MM_SIMILARITY);
LpMotionStabilizer  121 modules/videostab/src/motion_stabilizing.cpp LpMotionStabilizer::LpMotionStabilizer(MotionModel model)
LpMotionStabilizer  135 modules/videostab/src/motion_stabilizing.cpp void LpMotionStabilizer::stabilize(int, const std::vector<Mat>&, std::pair<int,int>, Mat*)
LpMotionStabilizer  142 modules/videostab/src/motion_stabilizing.cpp void LpMotionStabilizer::stabilize(
LpMotionStabilizer  402 samples/cpp/videostab.cpp                 Ptr<LpMotionStabilizer> stab = makePtr<LpMotionStabilizer>();