Home
last modified time | relevance | path

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

/external/opencv3/modules/videostab/src/
Ddeblurring.cpp78 wSum_.create(frame.size()); in deblur()
88 wSum_(y,x) = 1.f; in deblur()
116 wSum_(y,x) += w; in deblur()
127 float wSumInv = 1.f / wSum_(y,x); in deblur()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Ddeblurring.hpp108 Mat_<float> bSum_, gSum_, rSum_, wSum_; member in cv::videostab::WeightingDeblurer