![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/transform/least_square_estimation.h>


Public Member Functions | |
| AffineLeastSquareEstimation (const std::vector< Point3df > &from, const std::vector< Point3df > &to) | |
| virtual | ~AffineLeastSquareEstimation () |
Public Member Functions inherited from aims::TransformLeastSquareEstimation | |
| TransformLeastSquareEstimation (const std::vector< Point3df > &from, const std::vector< Point3df > &to) | |
| virtual | ~TransformLeastSquareEstimation () |
| const DecomposedMotion * | motion () |
Protected Member Functions | |
| virtual bool | computeMotion () |
Additional Inherited Members | |
Protected Attributes inherited from aims::TransformLeastSquareEstimation | |
| std::vector< Point3df > | _pointsFrom |
| std::vector< Point3df > | _pointsTo |
| DecomposedMotion * | _motion |
| bool | _motionCalculated |
| bool | _is2D |
Definition at line 55 of file least_square_estimation.h.
| aims::AffineLeastSquareEstimation::AffineLeastSquareEstimation | ( | const std::vector< Point3df > & | from, |
| const std::vector< Point3df > & | to | ||
| ) |
|
inlinevirtual |
Definition at line 61 of file least_square_estimation.h.
|
protectedvirtual |
Implements aims::TransformLeastSquareEstimation.