HomeSort by relevance Sort by last modified time
    Searched refs:pc0 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/calib3d/src/
epnp.cpp 224 double pc0[3], pw0[3]; local
226 pc0[0] = pc0[1] = pc0[2] = 0.0;
234 pc0[j] += pc[j];
239 pc0[j] /= number_of_correspondences;
255 abt[3 * j ] += (pc[j] - pc0[j]) * (pw[0] - pw0[0]);
256 abt[3 * j + 1] += (pc[j] - pc0[j]) * (pw[1] - pw0[1]);
257 abt[3 * j + 2] += (pc[j] - pc0[j]) * (pw[2] - pw0[2]);
277 t[0] = pc0[0] - dot(R[0], pw0)
    [all...]
upnp.cpp 158 double pc0[3], pw0[3]; local
160 pc0[0] = pc0[1] = pc0[2] = 0.0;
168 pc0[j] += pc[j];
173 pc0[j] /= number_of_correspondences;
189 abt[3 * j ] += (pc[j] - pc0[j]) * (pw[0] - pw0[0]);
190 abt[3 * j + 1] += (pc[j] - pc0[j]) * (pw[1] - pw0[1]);
191 abt[3 * j + 2] += (pc[j] - pc0[j]) * (pw[2] - pw0[2]);
212 t[0] = pc0[0] - dot(R[0], pw0)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1983 float pc0, pc1, pc2, pc3; local
    [all...]

Completed in 106 milliseconds