Home
last modified time | relevance | path

Searched refs:btvWeights (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/superres/src/
Dbtv_l1.cpp347 void calcBtvWeights(int btvKernelSize, double alpha, std::vector<float>& btvWeights) in calcBtvWeights() argument
351 btvWeights.resize(size); in calcBtvWeights()
359 btvWeights[ind] = pow(alpha_f, std::abs(m) + std::abs(l)); in calcBtvWeights()
371 const float* btvWeights; member
392 dstRow[j] += btvWeights[ind] * (diffSign(srcVal, srcRow3[j + l]) in operator ()()
400 …ionImpl(InputArray _src, OutputArray _dst, int btvKernelSize, const std::vector<float>& btvWeights) in calcBtvRegularizationImpl() argument
414 body.btvWeights = &btvWeights[0]; in calcBtvRegularizationImpl()
446 const std::vector<float>& btvWeights, const UMat & ubtvWeights) in calcBtvRegularization() argument
452 …unc_t)(InputArray _src, OutputArray _dst, int btvKernelSize, const std::vector<float>& btvWeights); in calcBtvRegularization()
460 func(_src, _dst, btvKernelSize, btvWeights); in calcBtvRegularization()
Dbtv_l1_cuda.cpp172 void calcBtvWeights(int btvKernelSize, double alpha, std::vector<float>& btvWeights) in calcBtvWeights() argument
176 btvWeights.resize(size); in calcBtvWeights()
184 btvWeights[ind] = pow(alpha_f, std::abs(m) + std::abs(l)); in calcBtvWeights()
187 btv_l1_cudev::loadBtvWeights(&btvWeights[0], size); in calcBtvWeights()