OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highResForwardMotions_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/superres/src/
btv_l1_cuda.cpp
257
std::vector<std::pair<GpuMat, GpuMat> >
highResForwardMotions_
;
332
upscaleMotions(lowResForwardMotions_,
highResForwardMotions_
, scale_);
335
forwardMaps_.resize(
highResForwardMotions_
.size());
336
backwardMaps_.resize(
highResForwardMotions_
.size());
337
for (size_t i = 0; i <
highResForwardMotions_
.size(); ++i)
338
buildMotionMaps(
highResForwardMotions_
[i], highResBackwardMotions_[i], forwardMaps_[i], backwardMaps_[i]);
400
highResForwardMotions_
.clear();
btv_l1.cpp
515
std::vector<Mat>
highResForwardMotions_
;
696
upscaleMotions(lowResForwardMotions_,
highResForwardMotions_
, scale_);
699
forwardMaps_.resize(
highResForwardMotions_
.size());
700
backwardMaps_.resize(
highResForwardMotions_
.size());
701
for (size_t i = 0; i <
highResForwardMotions_
.size(); ++i)
702
buildMotionMaps(
highResForwardMotions_
[i], highResBackwardMotions_[i], forwardMaps_[i], backwardMaps_[i]);
760
highResForwardMotions_
.clear();
[
all
...]
Completed in 361 milliseconds