This file contains the base class for all 3D fitting classes. More...
#include <cmath>
#include <vector>
#include <Eigen/Core>
#include <Eigen/StdVector>
#include "Coordinate.hpp"
#include "ErrorObj.hpp"
#include "Transform3D.hpp"
#include "Fit.hpp"
Go to the source code of this file.
Classes | |
class | TRTK::Fit3D< T > |
Base class for 3D fitting algorithms where fitting is done to a 3D point set. More... | |
Namespaces | |
namespace | TRTK |
Namespace of the Transformation and Registration Toolkit. |
This file contains the base class for all 3D fitting classes.
Definition in file Fit3D.hpp.
Documentation generated by Doxygen