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

  /external/opencv3/modules/videostab/src/
deblurring.cpp 78 wSum_.create(frame.size());
88 wSum_(y,x) = 1.f;
116 wSum_(y,x) += w;
127 float wSumInv = 1.f / wSum_(y,x);
  /external/opencv3/modules/videostab/include/opencv2/videostab/
deblurring.hpp 108 Mat_<float> bSum_, gSum_, rSum_, wSum_;

Completed in 3115 milliseconds