HomeSort by relevance Sort by last modified time
    Searched refs:ISparseOptFlowEstimator (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videostab/include/opencv2/videostab/
optical_flow.hpp 61 class CV_EXPORTS ISparseOptFlowEstimator
64 virtual ~ISparseOptFlowEstimator() {}
97 : public PyrLkOptFlowEstimatorBase, public ISparseOptFlowEstimator
108 : public PyrLkOptFlowEstimatorBase, public ISparseOptFlowEstimator
global_motion.hpp 232 void setOpticalFlowEstimator(Ptr<ISparseOptFlowEstimator> val) { optFlowEstimator_ = val; }
233 Ptr<ISparseOptFlowEstimator> opticalFlowEstimator() const { return optFlowEstimator_; }
243 Ptr<ISparseOptFlowEstimator> optFlowEstimator_;

Completed in 164 milliseconds