OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:focal
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/examples/
snavely_reprojection_error.h
51
//
focal
length and 2 for radial distortion. The principal point is not modeled
73
const T&
focal
= camera[6];
local
84
T predicted_x =
focal
* distortion * xp;
85
T predicted_y =
focal
* distortion * yp;
100
// translation, 1 for
focal
length and 2 for radial distortion. The
114
const T&
focal
= camera_translation_and_intrinsics[3];
local
139
T predicted_x =
focal
* distortion * xp;
140
T predicted_y =
focal
* distortion * yp;
simple_bundle_adjuster.cc
120
//
focal
length and 2 for radial distortion. The principal point is not modeled
152
const T&
focal
= camera[6];
local
153
T predicted_x =
focal
* distortion * xp;
154
T predicted_y =
focal
* distortion * yp;
/external/ceres-solver/internal/ceres/
system_test.cc
425
//
focal
length and 2 for radial distortion. The principal point is
444
const T&
focal
= camera[6];
local
451
T xp = -
focal
* p[0] / p[2];
452
T yp = -
focal
* p[1] / p[2];
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
paint.c
305
const VGfloat *
focal
= &paint->gradient.radial.vals[2];
local
312
map[0] = center[0] -
focal
[0];
313
map[1] = center[1] -
focal
[1];
316
/*
focal
point must lie inside the circle */
327
focal
= new_focal;
341
matrix_translate(&mat, -
focal
[0], -
focal
[1]);
/external/mesa3d/src/gallium/state_trackers/vega/
paint.c
305
const VGfloat *
focal
= &paint->gradient.radial.vals[2];
local
312
map[0] = center[0] -
focal
[0];
313
map[1] = center[1] -
focal
[1];
316
/*
focal
point must lie inside the circle */
327
focal
= new_focal;
341
matrix_translate(&mat, -
focal
[0], -
focal
[1]);
Completed in 892 milliseconds