Searched refs:defaultHistory (Results 1 – 2 of 2) sorted by relevance
68 const int defaultHistory = 200; variable121 history_ = history > 0 ? history : defaultHistory; in MOGImpl()
67 const int defaultHistory = 500; // Learning rate; alpha = 1/defaultHistory2 variable159 history_ = history > 0 ? history : defaultHistory; in MOG2Impl()