Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DTestHypothesesGrow.cpp53 rectHeight(rectHeight_), in TestHypothesesGrow()
66 strOut << "rectHeight=" << rectHeight << std::endl; in toString()
122 this->rectWidth, this->rectHeight, this->rectScale, 0); in process()
131 this->rectWidth, this->rectHeight, this->rectScale); in process()
DTestHypothesesGrow.h55 Ncv32u rectWidth, Ncv32u rectHeight, Ncv32f rectScale,
70 Ncv32u rectHeight; variable
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCVHaarObjectDetection.hpp84 …__host__ NCVStatus setRect(Ncv32u rectX, Ncv32u rectY, Ncv32u rectWidth, Ncv32u rectHeight, Ncv32u… in setRect()
86 …ncvAssertReturn(rectWidth <= HaarFeature64_CreateCheck_MaxRectField && rectHeight <= HaarFeature64… in setRect()
90 ((NcvRect8u*)&(this->_ui2.x))->height = (Ncv8u)rectHeight; in setRect()
100 …device__ __host__ void getRect(Ncv32u *rectX, Ncv32u *rectY, Ncv32u *rectWidth, Ncv32u *rectHeight) in getRect()
106 *rectHeight = tmpRect.height; in getRect()
429 Ncv32u rectHeight,
440 Ncv32u rectHeight,
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu226 Ncv32u *rectX, Ncv32u *rectY, Ncv32u *rectWidth, Ncv32u *rectHeight) in getFeature() argument
237 feature.getRect(rectX, rectY, rectWidth, rectHeight); in getFeature()
398 Ncv32u rectX, rectY, rectWidth, rectHeight; in applyHaarClassifierAnchorParallel() local
401 &rectWeight, &rectX, &rectY, &rectWidth, &rectHeight); in applyHaarClassifierAnchorParallel()
405 Ncv32u iioffsBL = iioffsTL + rectHeight * IImgStride; in applyHaarClassifierAnchorParallel()
538 Ncv32u rectX, rectY, rectWidth, rectHeight; in applyHaarClassifierClassifierParallel() local
541 &rectWeight, &rectX, &rectY, &rectWidth, &rectHeight); in applyHaarClassifierClassifierParallel()
545 Ncv32u iioffsBL = iioffsTL + rectHeight * IImgStride; in applyHaarClassifierClassifierParallel()
1471 Ncv32u rectWidth, Ncv32u rectHeight, Ncv32f curScale) in growDetectionsKernel() argument
1479 hypotheses[elemAddr] = pixelToRect(pixelMask[elemAddr], rectWidth, rectHeight, curScale); in growDetectionsKernel()
[all …]
/external/deqp/modules/egl/
DteglSwapBuffersWithDamageTests.cpp657 const int rectHeight = frameDiff / (int)frameDrawType.size(); in generateFrameSequence() local
658 …ect (IVec2(0, frameNdx*frameDiff+rectNdx*rectHeight), IVec2(width, frameNdx*frameDiff+(rectNdx+1… in generateFrameSequence()