Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
Dgmg.cu183 const int newFeatureColor = Quantization<SrcT>::apply(pix); in update() local
191 … const float weight = findFeature(newFeatureColor, colors_, weights_, x, y, nfeatures); in update()
206 … bool inserted = insertFeature(newFeatureColor, learningRate, colors_, weights_, x, y, nfeatures); in update()
219 insertFeature(newFeatureColor, 1.0f, colors_, weights_, x, y, nfeatures); in update()