MCPcopy Create free account
hub / github.com/PoseLib/PoseLib / SolverUGP4PL

Class SolverUGP4PL

benchmark/benchmark.h:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171};
172
173struct SolverUGP4PL {
174 static inline int solve(const AbsolutePoseProblemInstance &instance, poselib::CameraPoseVector *solutions) {
175 return ugp4pl(instance.p_line_, instance.x_line_, instance.X_line_, instance.V_line_, solutions);
176 }
177 typedef CalibPoseValidator validator;
178 static std::string name() { return "ugp4pl"; }
179};
180
181struct SolverRelUpright3pt {
182 static inline int solve(const RelativePoseProblemInstance &instance, poselib::CameraPoseVector *solutions) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected