Home | History | Annotate | Download | only in src

Lines Matching refs:cvRound

349     int isr2 = cvRound(sr2), isr22 = MAX(isr2,16);
464 minx = cvRound(x0 - sp); minx = MAX(minx, 0);
465 miny = cvRound(y0 - sp); miny = MAX(miny, 0);
466 maxx = cvRound(x0 + sp); maxx = MIN(maxx, size.width-1);
467 maxy = cvRound(y0 + sp); maxy = MIN(maxy, size.height-1);
519 x1 = cvRound(sx*icount);
520 y1 = cvRound(sy*icount);
521 s0 = cvRound(s0*icount);
522 s1 = cvRound(s1*icount);
523 s2 = cvRound(s2*icount);