MCPcopy Create free account
hub / github.com/ceres-solver/ceres-solver / camera_block_size

Method camera_block_size

examples/bal_problem.h:68–68  ·  view source on GitHub ↗

clang-format off

Source from the content-addressed store, hash-verified

66
67 // clang-format off
68 int camera_block_size() const { return use_quaternions_ ? 10 : 9; }
69 int point_block_size() const { return 3; }
70 int num_cameras() const { return num_cameras_; }
71 int num_points() const { return num_points_; }

Callers 2

SetOrderingFunction · 0.80
BuildProblemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected