OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drdom
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/calib3d/src/
fisheye.cpp
111
Matx<double, 3, 9>
dRdom
;
112
Rodrigues(om, R,
dRdom
);
158
Matx33d dYdom_data = Matx<double, 3, 9>(dYdR) *
dRdom
.t();
179
Vec3d
drdom
= drdr2 * dr2dom;
local
185
Vec3d dthetadom = dthetadr *
drdom
;
196
Vec3d dcdistdom = inv_r * (dtheta_ddom - cdist*
drdom
);
[
all
...]
Completed in 87 milliseconds