Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dinpainting.hpp149 void setFlowErrorThreshold(float val) { flowErrorThreshold_ = val; } in setFlowErrorThreshold()
150 float flowErrorThreshold() const { return flowErrorThreshold_; } in flowErrorThreshold()
163 float flowErrorThreshold_; member in cv::videostab::MotionInpainter