![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/estimation/lms-estimator.h>


Public Member Functions | |
| LMSEstimator () | |
| virtual | ~LMSEstimator () |
| void | doit (const carto::rc_ptr< carto::Volume< AimsVector< float, D > > > &x, const carto::rc_ptr< carto::Volume< float > > &y, float &a, AimsVector< float, D > &b) |
Public Member Functions inherited from MEstimator< D > | |
| MEstimator () | |
| virtual | ~MEstimator () |
Definition at line 50 of file lms-estimator.h.
|
inline |
Definition at line 53 of file lms-estimator.h.
|
inlinevirtual |
Definition at line 54 of file lms-estimator.h.
|
inlinevirtual |
Reimplemented from MEstimator< D >.
Definition at line 65 of file lms-estimator.h.
References AimsLinearResolutionLU(), ASSERT, carto::VolumeRef< class >::at(), and AimsVector< class, D >::item().
Referenced by WLMSEstimator< D >::doit().