Home
last modified time | relevance | path

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

/external/opencv3/modules/cudabgsegm/src/cuda/
Dmog.cu235 float weight_prev = w + dw; in mog_withLearning() local
236 gmm_weight(k * frame.rows + y, x) = weight_prev; in mog_withLearning()
258 gmm_weight(k1 * frame.rows + y, x) = weight_prev; in mog_withLearning()
270 weight_prev = weight_next; in mog_withLearning()