OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tWeight
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudabgsegm/src/cuda/
mog2.cu
293
float
tWeight
= 0.0f;
323
tWeight
+= gmm_weight(mode * frame.rows + y, x);
324
if (
tWeight
> c_TB)
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
465
float
tWeight
= 0;
500
tWeight
+= g.weight;
501
if(
tWeight
> TB )
[
all
...]
Completed in 71 milliseconds