OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaultvarthreshold2
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
107
static const float
defaultVarThreshold2
= 4.0f*4.0f;
132
varThreshold =
defaultVarThreshold2
;
157
varThreshold = (_varThreshold>0)? _varThreshold :
defaultVarThreshold2
;
[
all
...]
Completed in 4658 milliseconds