HomeSort by relevance Sort by last modified time
    Searched defs:cameras (Results 1 - 18 of 18) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCamera.java 28 private static Map<Integer, Camera.CameraInfo> cameras = new HashMap<Integer,Camera.CameraInfo>(); field in class:ShadowCamera
104 Camera.CameraInfo foundCam = cameras.get( cameraId );
111 return cameras.size();
143 * the existence of one or more cameras. By default, no
144 * cameras are defined.
150 cameras.put(id, camInfo);
154 cameras.clear();
  /external/ceres-solver/examples/
bundle_adjuster.cc 41 // a set of cameras P_1, ..., P_m. If the point X_i is visible in
77 "automatic, cameras, points, cameras,points, points,cameras");
148 double* cameras = bal_problem->mutable_cameras(); local
151 if (FLAGS_blocks_for_inner_iterations == "cameras") {
155 options->inner_iteration_ordering->AddElementToGroup(cameras + camera_block_size * i, 0);
163 } else if (FLAGS_blocks_for_inner_iterations == "cameras,points") {
167 options->inner_iteration_ordering->AddElementToGroup(cameras + camera_block_size * i, 0);
172 } else if (FLAGS_blocks_for_inner_iterations == "points,cameras") {
254 double* cameras = bal_problem->mutable_cameras(); local
    [all...]
bal_problem.cc 248 double* cameras = mutable_cameras(); local
252 double* camera = cameras + camera_block_size() * i;
  /external/ceres-solver/internal/ceres/
system_test.cc 35 // adjustment problem with 16 cameras and two thousand cameras. The
384 double* cameras = mutable_cameras(); local
397 double* camera = cameras + 9 * camera_index_[i];
404 // The points come before the cameras.
410 options_.linear_solver_ordering->AddElementToGroup(cameras + 9 * i, 1);