Searched refs:bgfgClassification (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/src/ |
D | fgd.cpp | 267 int bgfgClassification(const GpuMat& prevFrame, const GpuMat& curFrame, in bgfgClassification() function 650 …int FG_pixels_count = bgfgClassification(prevFrame_, curFrame, Ftd_, Fbd_, foreground_, params_, 4… in apply()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | fgd.cu | 292 __global__ void bgfgClassification(const PtrStepSz<PT> prevFrame, const PtrStep<CT> curFrame, in bgfgClassification() function 377 … cudaSafeCall( cudaFuncSetCacheConfig(bgfgClassification<PT, CT, OT>, cudaFuncCachePreferL1) ); in bgfgClassification_gpu() 379 …bgfgClassification<PT, CT, OT><<<grid, block, 0, stream>>>((PtrStepSz<PT>)prevFrame, (PtrStepSz<CT… in bgfgClassification_gpu()
|