Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
DHOGfeatures.cpp225 int histStep = (int)( histogram[0].step / sizeof(float) ); in integralHistogram() local
234 histBuf += histStep + 1; in integralHistogram()
243 histBuf[x] = histBuf[-histStep + x] + strSum; in integralHistogram()
245 histBuf += histStep; in integralHistogram()