Lines Matching refs:integral
57 …__device__ __forceinline__ int operator() (const int* integral, int ty, int fh, int fw, int& shift… in operator ()()
61 anchors[0] = integral[ty]; in operator ()()
62 anchors[1] = integral[ty + fw]; in operator ()()
64 anchors[2] = integral[ty + fw * 2]; in operator ()()
66 anchors[2] -= integral[ty + fw * 3]; in operator ()()
69 anchors[3] = integral[ty]; in operator ()()
70 anchors[4] = integral[ty + fw]; in operator ()()
72 anchors[5] = integral[ty + fw * 2]; in operator ()()
74 anchors[5] -= integral[ty + fw * 3]; in operator ()()
82 anchors[6] = integral[ty]; in operator ()()
83 anchors[7] = integral[ty + fw]; in operator ()()
85 anchors[8] = integral[ty + fw * 2]; in operator ()()
87 anchors[8] -= integral[ty + fw * 3]; in operator ()()
108 anchors[0] = integral[ty]; in operator ()()
109 anchors[1] = integral[ty + fw]; in operator ()()
111 anchors[2] = integral[ty + fw * 2]; in operator ()()
113 anchors[2] -= integral[ty + fw * 3]; in operator ()()
202 … __device__ __forceinline__ bool operator() (int y, int x, int* integral, const int pitch) const in operator ()()
217 …int c = evaluator(integral, (y + feature.y) * pitch + x + feature.x, feature.w * pitch, feature.z,… in operator ()()
246 …const int total, int* integral, const int pitch, PtrStepSz<int4> objects, unsigned int* classified) in lbp_cascade() argument
275 if (cascade(y, x + wshift, integral, pitch)) in lbp_cascade()
292 … const int subsetSize, PtrStepSz<int4> objects, unsigned int* classified, PtrStepSzi integral) in classifyPyramid() argument
298 …, frameH, windowW, windowH, initialScale, factor, workAmount, integral.ptr(), (int)integral.step /… in classifyPyramid()