Home | History | Annotate | Download | only in src

Lines Matching refs:inv_r2

386     double inv_r2 = 0;
418 inv_r2 = r ? 1./((double)r*r) : 0;
435 int dx = cvRound(c*sqrt(((double)r*r - dy*dy)*inv_r2));