Home | History | Annotate | Download | only in src

Lines Matching refs:right

71 		int right;
302 node->right = classifier->right[l];
419 idx = sum < t ? node->left : node->right;
1351 // rect.width and rect.height will store coordinate of right-bottom corner
1383 int right = MIN( img->cols-1, comp.rect.x+comp.rect.width-1 + offset );
1387 comp.rect.width = right - comp.rect.x + 1;