MCPcopy Create free account
hub / github.com/Pamphlett/Outram / solveForRotation2D

Method solveForRotation2D

src/registration.cc:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void teaser::FastGlobalRegistrationSolver::solveForRotation2D(
397 const Eigen::Matrix<double, 2, Eigen::Dynamic> &src,
398 const Eigen::Matrix<double, 2, Eigen::Dynamic> &dst, Eigen::Matrix2d*rotation,
399 Eigen::Matrix<bool, 1, Eigen::Dynamic>*inliers) {
400 throw std::invalid_argument("Not implemented!");
401}
402
403void teaser::TLSScaleSolver::solveForScale(const Eigen::Matrix<double, 3, Eigen::Dynamic> &src,
404 const Eigen::Matrix<double, 3, Eigen::Dynamic> &dst,

Callers 1

solveForRotationMethod · 0.80

Calls 1

svdRot2dFunction · 0.85

Tested by

no test coverage detected