Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
Dhaarfeatures.h64 } fastRect[CV_HAAR_FEATURE_MAX]; variable
82 …float ret = rect[0].weight * (img[fastRect[0].p0] - img[fastRect[0].p1] - img[fastRect[0].p2] + im… in calc()
83 …rect[1].weight * (img[fastRect[1].p0] - img[fastRect[1].p1] - img[fastRect[1].p2] + img[fastRect[1… in calc()
85 …ret += rect[2].weight * (img[fastRect[2].p0] - img[fastRect[2].p1] - img[fastRect[2].p2] + img[fas… in calc()
DHOGfeatures.h44 } fastRect[N_CELLS]; variable
69 …res = phist[fastRect[cellIdx].p0] - phist[fastRect[cellIdx].p1] - phist[fastRect[cellIdx].p2] + ph… in calc()
72 …normFactor = (float)(pnormSum[fastRect[0].p0] - pnormSum[fastRect[1].p1] - pnormSum[fastRect[2].p2… in calc()
Dhaarfeatures.cpp284 …CV_SUM_OFFSETS( fastRect[j].p0, fastRect[j].p1, fastRect[j].p2, fastRect[j].p3, rect[j].r, offset ) in Feature()
293 …CV_TILTED_OFFSETS( fastRect[j].p0, fastRect[j].p1, fastRect[j].p2, fastRect[j].p3, rect[j].r, offs… in Feature()
DHOGfeatures.cpp123 … CV_SUM_OFFSETS(fastRect[i].p0, fastRect[i].p1, fastRect[i].p2, fastRect[i].p3, rect[i], offset); in Feature()