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

Method mutable_points

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

clang-format on

Source from the content-addressed store, hash-verified

79 double* mutable_cameras() { return parameters_; }
80 // clang-format on
81 double* mutable_points() {
82 return parameters_ + camera_block_size() * num_cameras_;
83 }
84
85 private:
86 void CameraToAngleAxisAndCenter(const double* camera,

Callers 2

SetOrderingFunction · 0.45
BuildProblemFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected