Home
last modified time | relevance | path

Searched refs:ISparseOptFlowEstimator (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.hpp61 class CV_EXPORTS ISparseOptFlowEstimator class
64 virtual ~ISparseOptFlowEstimator() {} in ~ISparseOptFlowEstimator()
97 : public PyrLkOptFlowEstimatorBase, public ISparseOptFlowEstimator
108 : public PyrLkOptFlowEstimatorBase, public ISparseOptFlowEstimator
H A Dglobal_motion.hpp232 void setOpticalFlowEstimator(Ptr<ISparseOptFlowEstimator> val) { optFlowEstimator_ = val; } in setOpticalFlowEstimator()
233 Ptr<ISparseOptFlowEstimator> opticalFlowEstimator() const { return optFlowEstimator_; } in opticalFlowEstimator()
244 Ptr<ISparseOptFlowEstimator> optFlowEstimator_;