Home
last modified time | relevance | path

Searched defs:prevFrame (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
Dfgd.cu88 …__global__ void calcPartialHistogram(const PtrStepSz<PT> prevFrame, const PtrStep<CT> curFrame, un… in calcPartialHistogram()
198 void calcDiffHistogram_gpu(PtrStepSzb prevFrame, PtrStepSzb curFrame, in calcDiffHistogram_gpu()
226 …__global__ void calcDiffThreshMask(const PtrStepSz<PT> prevFrame, const PtrStep<CT> curFrame, ucha… in calcDiffThreshMask()
248 …void calcDiffThreshMask_gpu(PtrStepSzb prevFrame, PtrStepSzb curFrame, uchar3 bestThres, PtrStepSz… in calcDiffThreshMask_gpu()
292 __global__ void bgfgClassification(const PtrStepSz<PT> prevFrame, const PtrStep<CT> curFrame, in bgfgClassification()
371 …void bgfgClassification_gpu(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb … in bgfgClassification_gpu()
401 …__global__ void updateBackgroundModel(int cols, int rows, const PrevFramePtr2D prevFrame, const Cu… in updateBackgroundModel()
783 …void updateBackgroundModel_gpu(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepS… in updateBackgroundModel_gpu()
/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp154 …void calcDiffHistogram(const GpuMat& prevFrame, const GpuMat& curFrame, GpuMat& hist, GpuMat& hist… in calcDiffHistogram()
219 …void calcDiffThreshMask(const GpuMat& prevFrame, const GpuMat& curFrame, Vec3d bestThres, GpuMat& … in calcDiffThreshMask()
238 …void changeDetection(const GpuMat& prevFrame, const GpuMat& curFrame, GpuMat& changeMask, GpuMat& … in changeDetection()
267 int bgfgClassification(const GpuMat& prevFrame, const GpuMat& curFrame, in bgfgClassification()
426 …void updateBackgroundModel(const GpuMat& prevFrame, const GpuMat& curFrame, const GpuMat& Ftd, con… in updateBackgroundModel()
/external/opencv3/modules/videostab/src/
Dstabilizer.cpp382 Mat prevFrame, frame; in runPrePassIfNecessary() local