Lines Matching full:rectwidth
226 Ncv32u *rectX, Ncv32u *rectY, Ncv32u *rectWidth, Ncv32u *rectHeight)
237 feature.getRect(rectX, rectY, rectWidth, rectHeight);
398 Ncv32u rectX, rectY, rectWidth, rectHeight;
401 &rectWeight, &rectX, &rectY, &rectWidth, &rectHeight);
404 Ncv32u iioffsTR = iioffsTL + rectWidth;
406 Ncv32u iioffsBR = iioffsBL + rectWidth;
538 Ncv32u rectX, rectY, rectWidth, rectHeight;
541 &rectWeight, &rectX, &rectY, &rectWidth, &rectHeight);
544 Ncv32u iioffsTR = iioffsTL + rectWidth;
546 Ncv32u iioffsBR = iioffsBL + rectWidth;
1471 Ncv32u rectWidth, Ncv32u rectHeight, Ncv32f curScale)
1479 hypotheses[elemAddr] = pixelToRect(pixelMask[elemAddr], rectWidth, rectHeight, curScale);
1488 Ncv32u rectWidth,
1498 ncvAssertReturn(rectWidth > 0 && rectHeight > 0 && curScale > 0, NCV_INVALID_ROI);
1529 rectWidth, rectHeight, curScale);
1992 Ncv32u rectX, rectY, rectWidth, rectHeight;
1993 feature.getRect(&rectX, &rectY, &rectWidth, &rectHeight);
1996 Ncv32u iioffsTR = iioffsTL + rectWidth;
1998 Ncv32u iioffsBR = iioffsBL + rectWidth;
2073 Ncv32u rectWidth,
2080 ncvAssertReturn(rectWidth > 0 && rectHeight > 0 && curScale > 0, NCV_INVALID_ROI);
2102 hypotheses.ptr()[totalDetections + i] = pixelToRect(pixelMask.ptr()[i], rectWidth, rectHeight, curScale);
2215 Ncv32u rectWidth = feature->rect[l].r.width;
2220 if (rectWeight == 0/* && rectX == 0 &&rectY == 0 && rectWidth == 0 && rectHeight == 0*/)
2224 ncvStat = curFeature.setRect(rectX, rectY, rectWidth, rectHeight, haar.ClassifierSize.width, haar.ClassifierSize.height);