OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gSum_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videostab/src/
deblurring.cpp
76
gSum_
.create(frame.size());
86
gSum_
(y,x) = p.y;
114
gSum_
(y,x) += w * p1.y;
130
static_cast<uchar>(
gSum_
(y,x)*wSumInv),
/external/opencv3/modules/videostab/include/opencv2/videostab/
deblurring.hpp
108
Mat_<float> bSum_,
gSum_
, rSum_, wSum_;
Completed in 659 milliseconds