Searched refs:insertFeature (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | gmg.cu | 101 …__device__ bool insertFeature(const int color, const float weight, PtrStepi colors, PtrStepf weigh… in insertFeature() function 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()
|