Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
DHOGfeatures.cpp190 const uchar* currPtr = img.ptr(ymap[y]); in integralHistogram() local
198 dbuf[x] = (float)(currPtr[xmap[x+1]] - currPtr[xmap[x-1]]); in integralHistogram()