Home
last modified time | relevance | path

Searched refs:c_backgroundPrior (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
Dgmg.cu57 __constant__ float c_backgroundPrior; variable
70 … cudaSafeCall( cudaMemcpyToSymbol(c_backgroundPrior, &backgroundPrior, sizeof(backgroundPrior)) ); in loadConstants()
194 … float posterior = (weight * c_backgroundPrior) / (weight * c_backgroundPrior + (1.0f - weight) * … in update()