#include <aims/transform/least_square_estimation.h>
Definition at line 22 of file least_square_estimation.h.
◆ TransformLeastSquareEstimation()
aims::TransformLeastSquareEstimation::TransformLeastSquareEstimation |
( |
const std::vector< Point3df > & |
from, |
|
|
const std::vector< Point3df > & |
to |
|
) |
| |
◆ ~TransformLeastSquareEstimation()
virtual aims::TransformLeastSquareEstimation::~TransformLeastSquareEstimation |
( |
| ) |
|
|
virtual |
◆ computeMotion()
virtual bool aims::TransformLeastSquareEstimation::computeMotion |
( |
| ) |
|
|
protectedpure virtual |
◆ motion()
◆ _is2D
bool aims::TransformLeastSquareEstimation::_is2D |
|
protected |
◆ _motion
◆ _motionCalculated
bool aims::TransformLeastSquareEstimation::_motionCalculated |
|
protected |
◆ _pointsFrom
std::vector<Point3df> aims::TransformLeastSquareEstimation::_pointsFrom |
|
protected |
◆ _pointsTo
std::vector<Point3df> aims::TransformLeastSquareEstimation::_pointsTo |
|
protected |
The documentation for this class was generated from the following file: