Home
last modified time | relevance | path

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

/external/opencv3/modules/superres/src/
Dbtv_l1_cuda.cpp263 GpuMat highRes_; member in __anon26178dda0111::BTVL1_CUDA_Base
345 cuda::resize(src[baseIdx], highRes_, highResSize, 0, 0, INTER_CUBIC); in process()
360 …cuda::remap(highRes_, a_[k], backwardMaps_[k].first, backwardMaps_[k].second, INTER_NEAREST, BORDE… in process()
378 calcBtvRegularization(highRes_, regTerm_, btvKernelSize_); in process()
379 cuda::addWeighted(highRes_, 1.0, regTerm_, -tau_ * lambda_, 0.0, highRes_); in process()
385 cuda::addWeighted(highRes_, 1.0, diffTerms_[k], tau_, 0.0, highRes_); in process()
389 …Rect inner(btvKernelSize_, btvKernelSize_, highRes_.cols - 2 * btvKernelSize_, highRes_.rows - 2 *… in process()
390 highRes_(inner).copyTo(dst); in process()
406 highRes_.release(); in collectGarbage()
Dbtv_l1.cpp521 Mat highRes_; member in __anon11e7a35e0111::BTVL1_Base
708 resize(src[baseIdx], highRes_, highResSize, 0, 0, INTER_CUBIC); in process()
711 diffTerm_.create(highResSize, highRes_.type()); in process()
712 a_.create(highResSize, highRes_.type()); in process()
713 b_.create(highResSize, highRes_.type()); in process()
714 c_.create(lowResSize, highRes_.type()); in process()
723 remap(highRes_, a_, backwardMaps_[k], noArray(), INTER_NEAREST); in process()
743 … calcBtvRegularization(highRes_, regTerm_, btvKernelSize_, btvWeights_, ubtvWeights_); in process()
747 addWeighted(highRes_, 1.0, diffTerm_, tau_, 0.0, highRes_); in process()
750 …Rect inner(btvKernelSize_, btvKernelSize_, highRes_.cols - 2 * btvKernelSize_, highRes_.rows - 2 *… in process()
[all …]