Searched refs:ISparseOptFlowEstimator (Results 1 – 2 of 2) sorted by relevance
61 class CV_EXPORTS ISparseOptFlowEstimator class64 virtual ~ISparseOptFlowEstimator() {} in ~ISparseOptFlowEstimator()97 : public PyrLkOptFlowEstimatorBase, public ISparseOptFlowEstimator108 : public PyrLkOptFlowEstimatorBase, public ISparseOptFlowEstimator
232 void setOpticalFlowEstimator(Ptr<ISparseOptFlowEstimator> val) { optFlowEstimator_ = val; } in setOpticalFlowEstimator()233 Ptr<ISparseOptFlowEstimator> opticalFlowEstimator() const { return optFlowEstimator_; } in opticalFlowEstimator()244 Ptr<ISparseOptFlowEstimator> optFlowEstimator_;