HomeSort by relevance Sort by last modified time
    Searched refs:bSum_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videostab/src/
deblurring.cpp 75 bSum_.create(frame.size());
85 bSum_(y,x) = p.x;
113 bSum_(y,x) += w * p1.x;
129 static_cast<uchar>(bSum_(y,x)*wSumInv),
  /external/opencv3/modules/videostab/include/opencv2/videostab/
deblurring.hpp 108 Mat_<float> bSum_, gSum_, rSum_, wSum_;

Completed in 325 milliseconds