MCPcopy Create free account
hub / github.com/MarkYu98/madpose / solve_scale_shift_pose_two_focal_wrapper

Function solve_scale_shift_pose_two_focal_wrapper

src/solver.cpp:672–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672std::vector<PoseScaleOffsetTwoFocal> solve_scale_shift_pose_two_focal_wrapper(const Eigen::Matrix3x4d &x_homo,
673 const Eigen::Matrix3x4d &y_homo,
674 const Eigen::Vector4d &depth_x,
675 const Eigen::Vector4d &depth_y) {
676 std::vector<PoseScaleOffsetTwoFocal> output;
677 int sol_num = solve_scale_shift_pose_two_focal(x_homo, y_homo, depth_x, depth_y, &output);
678 return output;
679}
680
681}; // namespace madpose

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected