Home
last modified time | relevance | path

Searched defs:_2xy (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvundistort.cpp67 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y; in icvUnDistort_8u_CnR() local
246 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y; in cvInitUndistortMap() local
357 double r2 = x2 + y2, _2xy = 2*x*y; in cvInitUndistortRectifyMap() local