Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dmotion_stabilizing.hpp122 void setMotionModel(MotionModel val) { model_ = val; } in setMotionModel()
123 MotionModel motionModel() const { return model_; } in motionModel()
148 MotionModel model_; member in cv::videostab::LpMotionStabilizer