OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srcForwardMotions_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/superres/src/
btv_l1_cuda.cpp
445
std::vector<std::pair<GpuMat, GpuMat> >
srcForwardMotions_
;
466
srcForwardMotions_
.clear();
554
srcForwardMotions_
.resize(count);
567
srcForwardMotions_
[k] = at(i, forwardMotions_);
572
process(srcFrames_, at(idx, outputs_),
srcForwardMotions_
, srcBackwardMotions_, baseIdx);
btv_l1.cpp
832
std::vector<Mat>
srcForwardMotions_
;
869
srcForwardMotions_
.clear();
[
all
...]
Completed in 185 milliseconds