Home
last modified time | relevance | path

Searched refs:totalSampleCount (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dgrabcut.cpp84 int totalSampleCount; member in GMM
161 totalSampleCount = 0; in initLearning()
171 totalSampleCount++; in addSample()
184 coefs[ci] = (double)n/totalSampleCount; in endLearning()