Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Dupnp.cpp662 row[6] = dotZ(dv[0][i], dv[0][i]); in compute_L_6x12()
663 row[7] = 2.0f * dotZ(dv[0][i], dv[1][i]); in compute_L_6x12()
664 row[8] = 2.0f * dotZ(dv[0][i], dv[2][i]); in compute_L_6x12()
665 row[9] = dotZ(dv[1][i], dv[1][i]); in compute_L_6x12()
666 row[10] = 2.0f * dotZ(dv[1][i], dv[2][i]); in compute_L_6x12()
667 row[11] = dotZ(dv[2][i], dv[2][i]); in compute_L_6x12()
699 double upnp::dotZ(const double * v1, const double * v2) in dotZ() function in upnp
Dupnp.h105 double dotZ(const double * v1, const double * v2);