Lines Matching defs:rect
1131 CvRect rect = { 0, 0, 0, 0 };1179 rect = ((CvContour*)ptseq)->rect;1342 rect.x = xmin;1343 rect.y = ymin;1344 rect.width = xmax - xmin + 1;1345 rect.height = ymax - ymin + 1;1348 ((CvContour*)ptseq)->rect = rect;1352 return rect;