OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dt_e
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/calib3d/test/
test_cameracalibration_artificial.cpp
138
const double *
dt_e
= distCoeffs_est.ptr<double>();
local
140
double k1_e =
dt_e
[0], k2_e =
dt_e
[1], k3_e =
dt_e
[4];
141
double p1_e =
dt_e
[2], p2_e =
dt_e
[3];
Completed in 835 milliseconds