OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaultdist2threshold
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/video/src/
bgfg_KNN.cpp
60
static const float
defaultDist2Threshold
= 20.0f*20.0f;//threshold on distance from the sample
85
fTb =
defaultDist2Threshold
;
110
fTb = _dist2Threshold>0? _dist2Threshold :
defaultDist2Threshold
;
Completed in 62 milliseconds