Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_fundam.cpp1304 double Fx1[3] = { in sampson_error() local
1314 double x2tFx1 = Fx1[0] * x2 + Fx1[1] * y2 + Fx1[2]; in sampson_error()
1316 …double error = x2tFx1 * x2tFx1 / (Fx1[0] * Fx1[0] + Fx1[1] * Fx1[1] + Ftx2[0] * Ftx2[0] + Ftx2[1] … in sampson_error()