OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calcBtvRegularization
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/superres/src/cuda/
btv_l1_gpu.cu
68
template <int cn> void
calcBtvRegularization
(PtrStepSzb src, PtrStepSzb dst, int ksize);
222
void
calcBtvRegularization
(PtrStepSzb src, PtrStepSzb dst, int ksize)
235
template void
calcBtvRegularization
<1>(PtrStepSzb src, PtrStepSzb dst, int ksize);
236
template void
calcBtvRegularization
<3>(PtrStepSzb src, PtrStepSzb dst, int ksize);
237
template void
calcBtvRegularization
<4>(PtrStepSzb src, PtrStepSzb dst, int ksize);
/external/opencv3/modules/superres/src/
btv_l1_cuda.cpp
76
template <int cn> void
calcBtvRegularization
(PtrStepSzb src, PtrStepSzb dst, int ksize);
190
void
calcBtvRegularization
(const GpuMat& src, GpuMat& dst, int btvKernelSize)
196
btv_l1_cudev::
calcBtvRegularization
<1>,
198
btv_l1_cudev::
calcBtvRegularization
<3>,
199
btv_l1_cudev::
calcBtvRegularization
<4>
378
calcBtvRegularization
(highRes_, regTerm_, btvKernelSize_);
btv_l1.cpp
424
ocl::Kernel k("
calcBtvRegularization
", ocl::superres::superres_btvl1_oclsrc,
445
void
calcBtvRegularization
(InputArray _src, OutputArray _dst, int btvKernelSize,
643
calcBtvRegularization
(uhighRes_, uregTerm_, btvKernelSize_, btvWeights_, ubtvWeights_);
743
calcBtvRegularization
(highRes_, regTerm_, btvKernelSize_, btvWeights_, ubtvWeights_);
[
all
...]
/external/opencv3/modules/superres/src/opencl/
superres_btvl1.cl
130
__kernel void
calcBtvRegularization
(__global const uchar * src, int src_step, int src_offset,
Completed in 671 milliseconds