Searched defs:yc (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvcamshift.cpp173 double a, b, c, xc, yc; local
226 yc = cvRound( m01 * inv_m00 + windowIn.y );
261 int _yc = cvRound( yc );
H A Dcvhough.cpp225 float xc, yc; local
301 yc = (float) row + 0.5f;
305 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
306 r = (float) sqrt( (double)xc * xc + (double)yc * yc );
370 yc = (float) y[index] + 0.5f;
374 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
375 r = (float) sqrt( (double)xc * xc + (double)yc * yc ) * isrho;
/external/ImageMagick/MagickCore/
H A Ddistort.c2217 { double xc,yc;
2223 yc = ((double)image->rows-1.0)/2.0 + image->page.y;
2227 if ( fabs(coeff[8]-xc-0.5) < 0.1 && fabs(coeff[9]-yc-0.5) < 0.1 )
2228 (void) FormatLocaleFile(stderr, " -fx 'xc=(w-1)/2; yc=(h-1)/2;\n");
2230 (void) FormatLocaleFile(stderr, " -fx 'xc=%lf; yc=%lf;\n",
2233 " ii=i-xc; jj=j-yc; rr=hypot(ii,jj);\n");
2240 (void) FormatLocaleFile(stderr, " v.p{fx*ii+xc,fy*jj+yc}' \\\n");
2211 { double xc,yc; local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 59 milliseconds