Home
last modified time | relevance | path

Searched refs:m2c (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dfundam.cpp556 Point2d m1c(0,0), m2c(0,0); in run8Point() local
572 m2c.x += x; m2c.y += y; in run8Point()
580 m2c.x *= t; m2c.y *= t; in run8Point()
587 x = m2[i].x - m2c.x, y = m2[i].y - m2c.y; in run8Point()
609 double x2 = (m2[i].x - m2c.x)*scale2; in run8Point()
610 double y2 = (m2[i].y - m2c.y)*scale2; in run8Point()
650 double tt2[] = { scale2, 0, -scale2*m2c.x, 0, scale2, -scale2*m2c.y, 0, 0, 1 }; in run8Point()