Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dstabilizer.hpp167 void setWobbleSuppressor(Ptr<WobbleSuppressorBase> val) { wobbleSuppressor_ = val; } in setWobbleSuppressor()
168 Ptr<WobbleSuppressorBase> wobbleSuppressor() const { return wobbleSuppressor_; } in wobbleSuppressor()
185 Ptr<WobbleSuppressorBase> wobbleSuppressor_; member in cv::videostab::TwoPassStabilizer