HomeSort by relevance Sort by last modified time
    Searched refs:defaultHistory2 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/video/src/
bgfg_KNN.cpp 58 static const int defaultHistory2 = 500; // Learning rate; alpha = 1/defaultHistory2
75 history = defaultHistory2;
101 history = _history > 0 ? _history : defaultHistory2;
bgfg_gaussmix2.cpp 106 static const int defaultHistory2 = 500; // Learning rate; alpha = 1/defaultHistory2
131 history = defaultHistory2;
156 history = _history > 0 ? _history : defaultHistory2;
    [all...]

Completed in 35 milliseconds