Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
DHOGfeatures.h68 const float *phist = _hists[binIdx].ptr<float>((int)y); in calc() local
69 …res = phist[fastRect[cellIdx].p0] - phist[fastRect[cellIdx].p1] - phist[fastRect[cellIdx].p2] + ph… in calc()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp1192 Mat phist(hist->size(), hist->type(), Scalar::all(0)); in operator ()() local
1196 phist.ptr<Ipp32s>(), (Ipp32s *)*levels, histSize, low, high); in operator ()()
1206 CV_XADD((int *)(hist->data + i * hist->step), *(int *)(phist.data + i * phist.step)); in operator ()()