Searched refs:c_backgroundPrior (Results 1 – 1 of 1) sorted by relevance
57 __constant__ float c_backgroundPrior; variable70 … cudaSafeCall( cudaMemcpyToSymbol(c_backgroundPrior, &backgroundPrior, sizeof(backgroundPrior)) ); in loadConstants()194 … float posterior = (weight * c_backgroundPrior) / (weight * c_backgroundPrior + (1.0f - weight) * … in update()