• Home
  • Raw
  • Download

Lines Matching refs:backgroundRatio

120 …                        const int nmixtures, const float varThreshold, const float backgroundRatio)  in mog_withoutLearning()  argument
157 if (wsum > backgroundRatio) in mog_withoutLearning()
170 … int nmixtures, float varThreshold, float backgroundRatio, cudaStream_t stream) in mog_withoutLearning_caller() argument
179 … nmixtures, varThreshold, backgroundRatio); in mog_withoutLearning_caller()
193 …const int nmixtures, const float varThreshold, const float backgroundRatio, const float learningRa… in mog_withLearning() argument
313 if (wsum > backgroundRatio && kForeground < 0) in mog_withLearning()
322 … int nmixtures, float varThreshold, float backgroundRatio, float learningRate, float minVar, in mog_withLearning_caller() argument
332 … nmixtures, varThreshold, backgroundRatio, learningRate, minVar); in mog_withLearning_caller()
343 …zb var, int nmixtures, float varThreshold, float learningRate, float backgroundRatio, float noiseS… in mog_gpu() argument
345 …epSzb mean, PtrStepSzb var, int nmixtures, float varThreshold, float backgroundRatio, cudaStream_t… in mog_gpu()
346 …epSzb mean, PtrStepSzb var, int nmixtures, float varThreshold, float backgroundRatio, float learni… in mog_gpu()
360 …(frame, fgmask, weight, sortKey, mean, var, nmixtures, varThreshold, backgroundRatio, learningRate… in mog_gpu()
362 …utLearning[cn](frame, fgmask, weight, mean, var, nmixtures, varThreshold, backgroundRatio, stream); in mog_gpu()
366 …nst PtrStep<WorkT> gmm_mean, PtrStepSz<OutT> dst, const int nmixtures, const float backgroundRatio) in getBackgroundImage() argument
386 if(totalWeight > backgroundRatio) in getBackgroundImage()
396 …tepSzf weight, PtrStepSzb mean, PtrStepSzb dst, int nmixtures, float backgroundRatio, cudaStream_t… in getBackgroundImage_caller() argument
403 …, 0, stream>>>(weight, (PtrStepSz<WorkT>) mean, (PtrStepSz<OutT>) dst, nmixtures, backgroundRatio); in getBackgroundImage_caller()
410 …tepSzf weight, PtrStepSzb mean, PtrStepSzb dst, int nmixtures, float backgroundRatio, cudaStream_t… in getBackgroundImage_gpu() argument
412 …tepSzf weight, PtrStepSzb mean, PtrStepSzb dst, int nmixtures, float backgroundRatio, cudaStream_t… in getBackgroundImage_gpu()
419 funcs[cn](weight, mean, dst, nmixtures, backgroundRatio, stream); in getBackgroundImage_gpu()