Searched defs:theta8 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/calib3d/src/ |
D | fisheye.cpp | 134 … theta6 = theta3*theta3, theta7 = theta6*theta, theta8 = theta4*theta4, theta9 = theta8*theta; in projectPoints() local 291 … theta6 = theta3*theta3, theta7 = theta6*theta, theta8 = theta4*theta4, theta9 = theta8*theta; in distortPoints() local 378 …double theta2 = theta*theta, theta4 = theta2*theta2, theta6 = theta4*theta2, theta8 = theta6*theta… in undistortPoints() local 466 …double theta2 = theta*theta, theta4 = theta2*theta2, theta6 = theta4*theta2, theta8 = theta4*theta… in initUndistortRectifyMap() local
|