OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forwardMotions_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/superres/src/
btv_l1_cuda.cpp
436
std::vector<std::pair<GpuMat, GpuMat> >
forwardMotions_
;
461
forwardMotions_
.clear();
479
forwardMotions_
.resize(cacheSize);
535
std::pair<GpuMat, GpuMat>& forwardMotion = at(storePos_ - 1,
forwardMotions_
);
567
srcForwardMotions_[k] = at(i,
forwardMotions_
);
btv_l1.cpp
827
std::vector<Mat>
forwardMotions_
;
864
forwardMotions_
.clear();
924
forwardMotions_
.resize(cacheSize);
[
all
...]
Completed in 41 milliseconds