Searched refs:optFlowEstimator_ (Results 1 – 3 of 3) sorted by relevance
232 void setOpticalFlowEstimator(Ptr<ISparseOptFlowEstimator> val) { optFlowEstimator_ = val; } in setOpticalFlowEstimator()233 Ptr<ISparseOptFlowEstimator> opticalFlowEstimator() const { return optFlowEstimator_; } in opticalFlowEstimator()244 Ptr<ISparseOptFlowEstimator> optFlowEstimator_; member in cv::videostab::KeypointBasedMotionEstimator272 SparsePyrLkOptFlowEstimatorGpu optFlowEstimator_; member in cv::videostab::KeypointBasedMotionEstimatorGpu
146 void setOptFlowEstimator(Ptr<IDenseOptFlowEstimator> val) { optFlowEstimator_ = val; } in setOptFlowEstimator()147 Ptr<IDenseOptFlowEstimator> optFlowEstimator() const { return optFlowEstimator_; } in optFlowEstimator()162 Ptr<IDenseOptFlowEstimator> optFlowEstimator_; member in cv::videostab::MotionInpainter
124 Ptr<cuda::SparsePyrLKOpticalFlow> optFlowEstimator_; member in cv::videostab::SparsePyrLkOptFlowEstimatorGpu139 Ptr<cuda::DensePyrLKOpticalFlow> optFlowEstimator_; member in cv::videostab::DensePyrLkOptFlowEstimatorGpu