Home
last modified time | relevance | path

Searched refs:IDenseOptFlowEstimator (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Doptical_flow.hpp70 class CV_EXPORTS IDenseOptFlowEstimator class
73 virtual ~IDenseOptFlowEstimator() {} in ~IDenseOptFlowEstimator()
129 : public PyrLkOptFlowEstimatorBase, public IDenseOptFlowEstimator
H A Dinpainting.hpp146 void setOptFlowEstimator(Ptr<IDenseOptFlowEstimator> val) { optFlowEstimator_ = val; } in setOptFlowEstimator()
147 Ptr<IDenseOptFlowEstimator> optFlowEstimator() const { return optFlowEstimator_; } in optFlowEstimator()
162 Ptr<IDenseOptFlowEstimator> optFlowEstimator_;