D | motion_stabilizing.cpp | 54 void MotionStabilizationPipeline::stabilize( in stabilize() function in cv::videostab::MotionStabilizationPipeline 68 stabilizers_[i]->stabilize(size, updatedMotions, range, &stabilizationMotions_[0]); in stabilize() 83 void MotionFilterBase::stabilize( in stabilize() function in cv::videostab::MotionFilterBase 87 stabilizationMotions[i] = stabilize(i, motions, range); in stabilize() 105 Mat GaussianMotionFilter::stabilize(int idx, const std::vector<Mat> &motions, std::pair<int,int> ra… in stabilize() function in cv::videostab::GaussianMotionFilter 135 void LpMotionStabilizer::stabilize(int, const std::vector<Mat>&, std::pair<int,int>, Mat*) in stabilize() function in cv::videostab::LpMotionStabilizer 142 void LpMotionStabilizer::stabilize( in stabilize() function in cv::videostab::LpMotionStabilizer
|