Home
last modified time | relevance | path

Searched defs: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()
371 const float* btvWeights; member
400 …ionImpl(InputArray _src, OutputArray _dst, int btvKernelSize, const std::vector<float>& btvWeights) in calcBtvRegularizationImpl()
446 const std::vector<float>& btvWeights, const UMat & ubtvWeights) in calcBtvRegularization()
Dbtv_l1_cuda.cpp172 void calcBtvWeights(int btvKernelSize, double alpha, std::vector<float>& btvWeights) in calcBtvWeights()