Searched refs:frameH (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | lbp.cu | 245 …__global__ void lbp_cascade(const Cascade cascade, int frameW, int frameH, int windowW, int window… in lbp_cascade() argument 254 … int stotal = windowsForLine * ( (__float2int_rn( __fdividef(frameH, scale)) - windowH) >> step); in lbp_cascade() 266 … stotal = windowsForLine * ( (__float2int_rn(__fdividef(frameH, scale)) - windowH) >> step); in lbp_cascade() 290 …void classifyPyramid(int frameW, int frameH, int windowW, int windowH, float initialScale, float f… in classifyPyramid() argument 298 …lbp_cascade<<<grid, block>>>(cascade, frameW, frameH, windowW, windowH, initialScale, factor, work… in classifyPyramid()
|
/external/opencv3/modules/cudaobjdetect/src/ |
D | cascadeclassifier.cpp | 379 int frameH,
|