Pinned Loading
-
-
-
Gauss-Newton Least Squares Circle Fi...
Gauss-Newton Least Squares Circle Fit (2D) using Eigen (C++) 1GNCircleSolver::ResultInfo GNCircleSolver::GN_Fit(Eigen::VectorXd& initEstimate)
2{
3int i = 0;
4this->status = GNCircleSolver::ResultInfo::FAILURE;
5Eigen::VectorXd _old = initEstimate; // x,y,r
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.