Searched refs:updateBackgroundModel (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | gmg.cu | 174 … const int frameNum, const float learningRate, const bool updateBackgroundModel) in update() argument 201 if (updateBackgroundModel) in update() 215 else if (updateBackgroundModel) in update() 228 … int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream) in update_gpu() argument 235 …z<SrcT>) frame, fgmask, colors, weights, nfeatures, frameNum, learningRate, updateBackgroundModel); in update_gpu() 243 …ights, PtrStepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStrea… 244 …ights, PtrStepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStrea… 245 …ights, PtrStepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStrea… 247 …ights, PtrStepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStrea… 248 …ights, PtrStepi nfeatures, int frameNum, float learningRate, bool updateBackgroundModel, cudaStrea… [all …]
|
D | fgd.cu | 401 …__global__ void updateBackgroundModel(int cols, int rows, const PrevFramePtr2D prevFrame, const Cu… in updateBackgroundModel() function 768 …cudaSafeCall( cudaFuncSetCacheConfig(updateBackgroundModel<PT, CT, OT, PtrStep<PT>, PtrStep<CT>, P… in call() 770 …updateBackgroundModel<PT, CT, OT, PtrStep<PT>, PtrStep<CT>, PtrStepb, PtrStepb><<<grid, block, 0, … in call()
|
/external/opencv3/modules/cudalegacy/src/ |
D | gmg.cpp | 62 … int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream); 173 … int frameNum, float learningRate, bool updateBackgroundModel, cudaStream_t stream); in apply()
|
D | fgd.cpp | 426 …void updateBackgroundModel(const GpuMat& prevFrame, const GpuMat& curFrame, const GpuMat& Ftd, con… in updateBackgroundModel() function 665 updateBackgroundModel(prevFrame_, curFrame, Ftd_, Fbd_, foreground_, background_, params_); in apply()
|