This file contains the FitCircle3D class. More...
#include <cmath>
#include <vector>
#include <Eigen/Core>
#include <Eigen/Dense>
#include <Eigen/StdVector>
#include <Eigen/SVD>
#include "ErrorObj.hpp"
#include "Coordinate.hpp"
#include "Fit3D.hpp"
#include "FitPlane.hpp"
#include "FitCircle.hpp"
Go to the source code of this file.
Classes | |
class | TRTK::FitCircle3D< T > |
Estimates the parameters of a circle in 3D space from a set of points lying on the circle. More... | |
Namespaces | |
namespace | TRTK |
Namespace of the Transformation and Registration Toolkit. |
This file contains the FitCircle3D class.
Definition in file FitCircle3D.hpp.
Documentation generated by Doxygen