Searched refs:calcDiffHistogram_gpu (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudalegacy/src/ |
D | fgd.cpp | 164 … {0,0,fgd::calcDiffHistogram_gpu<uchar3, uchar3>,fgd::calcDiffHistogram_gpu<uchar3, uchar4>}, in calcDiffHistogram() 165 … {0,0,fgd::calcDiffHistogram_gpu<uchar4, uchar3>,fgd::calcDiffHistogram_gpu<uchar4, uchar4>} in calcDiffHistogram()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | fgd.cu | 198 void calcDiffHistogram_gpu(PtrStepSzb prevFrame, PtrStepSzb curFrame, in calcDiffHistogram_gpu() function 217 …template void calcDiffHistogram_gpu<uchar3, uchar3>(PtrStepSzb prevFrame, PtrStepSzb curFrame, uns… 218 …template void calcDiffHistogram_gpu<uchar3, uchar4>(PtrStepSzb prevFrame, PtrStepSzb curFrame, uns… 219 …template void calcDiffHistogram_gpu<uchar4, uchar3>(PtrStepSzb prevFrame, PtrStepSzb curFrame, uns… 220 …template void calcDiffHistogram_gpu<uchar4, uchar4>(PtrStepSzb prevFrame, PtrStepSzb curFrame, uns…
|
D | fgd.hpp | 167 void calcDiffHistogram_gpu(cv::cuda::PtrStepSzb prevFrame, cv::cuda::PtrStepSzb curFrame,
|