Searched refs:newFeatureColor (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | gmg.cu | 183 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()
|