Searched refs:c_decisionThreshold (Results 1 – 1 of 1) sorted by relevance
58 __constant__ float c_decisionThreshold; variable71 …cudaSafeCall( cudaMemcpyToSymbol(c_decisionThreshold, &decisionThreshold, sizeof(decisionThreshold… in loadConstants()196 const bool isForeground = ((1.0f - posterior) > c_decisionThreshold); in update()