Searched refs:IDenseOptFlowEstimator (Results 1 – 2 of 2) sorted by relevance
70 class CV_EXPORTS IDenseOptFlowEstimator class73 virtual ~IDenseOptFlowEstimator() {} in ~IDenseOptFlowEstimator()129 : public PyrLkOptFlowEstimatorBase, public IDenseOptFlowEstimator
146 void setOptFlowEstimator(Ptr<IDenseOptFlowEstimator> val) { optFlowEstimator_ = val; } in setOptFlowEstimator()147 Ptr<IDenseOptFlowEstimator> optFlowEstimator() const { return optFlowEstimator_; } in optFlowEstimator()162 Ptr<IDenseOptFlowEstimator> optFlowEstimator_;