IMotionStabilizer 70 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp class CV_EXPORTS MotionStabilizationPipeline : public IMotionStabilizer IMotionStabilizer 73 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp void pushBack(Ptr<IMotionStabilizer> stabilizer) { stabilizers_.push_back(stabilizer); } IMotionStabilizer 81 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp std::vector<Ptr<IMotionStabilizer> > stabilizers_; IMotionStabilizer 84 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp class CV_EXPORTS MotionFilterBase : public IMotionStabilizer IMotionStabilizer 117 modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp class CV_EXPORTS LpMotionStabilizer : public IMotionStabilizer IMotionStabilizer 164 modules/videostab/include/opencv2/videostab/stabilizer.hpp void setMotionStabilizer(Ptr<IMotionStabilizer> val) { motionStabilizer_ = val; } IMotionStabilizer 165 modules/videostab/include/opencv2/videostab/stabilizer.hpp Ptr<IMotionStabilizer> motionStabilizer() const { return motionStabilizer_; } IMotionStabilizer 184 modules/videostab/include/opencv2/videostab/stabilizer.hpp Ptr<IMotionStabilizer> motionStabilizer_;