HomeSort by relevance Sort by last modified time
    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