Searched defs:w4_ (Results 1 - 1 of 1) sorted by relevance
/external/opencv3/modules/videostab/include/opencv2/videostab/ | ||
H A D | motion_stabilizing.hpp | 140 void setWeight4(float val) { w4_ = val; } 141 float weight4() const { return w4_; } 151 float w1_, w2_, w3_, w4_; member in class:cv::videostab::LpMotionStabilizer |
Completed in 44 milliseconds