Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_fundam.cpp255 double dvth_dtheta = -vth*alpha/beta; in cvTsRodrigues() local
256 double d1 = 0.5*dvth_dtheta*dtheta_dtr; in cvTsRodrigues()
/external/opencv/cv/src/
Dcvcalibration.cpp678 double dvth_dtheta = -vth*c/s; in cvRodrigues2() local
679 double d1 = 0.5*dvth_dtheta*dtheta_dtr; in cvRodrigues2()
/external/opencv3/modules/calib3d/src/
Dcalibration.cpp442 double dvth_dtheta = -vth*c/s; in cvRodrigues2() local
443 double d1 = 0.5*dvth_dtheta*dtheta_dtr; in cvRodrigues2()