Searched defs:forwardMotions (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/superres/src/
H A Dbtv_l1.cpp61 std::vector<UMat> & forwardMotions = *(std::vector<UMat> *)_forwardMotions.getObj(), local
66 const int count = static_cast<int>(forwardMotions.size());
78 add(relForwardMotions[i + 1], forwardMotions[i], relForwardMotions[i]);
85 add(relBackwardMotions[i - 1], forwardMotions[i - 1], relBackwardMotions[i]);
102 std::vector<Mat> & forwardMotions = *(std::vector<Mat> *)_forwardMotions.getObj(), local
107 const int count = static_cast<int>(forwardMotions.size());
119 add(relForwardMotions[i + 1], forwardMotions[i], relForwardMotions[i]);
126 add(relBackwardMotions[i - 1], forwardMotions[i - 1], relBackwardMotions[i]);
468 void process(InputArrayOfArrays src, OutputArray dst, InputArrayOfArrays forwardMotions,
497 bool ocl_process(InputArrayOfArrays src, OutputArray dst, InputArrayOfArrays forwardMotions,
571 & forwardMotions = *(std::vector<UMat> *)_forwardMotions.getObj(), local
674 & forwardMotions = *(std::vector<Mat> *)_forwardMotions.getObj(), local
[all...]

Completed in 56 milliseconds