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


Public Member Functions | |
| WLMSEstimator (MEstimatorFunc &mfunc, float error, bool verbose=false) | |
| virtual | ~WLMSEstimator () |
| 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 () |
Protected Member Functions | |
| float | sigma (const carto::rc_ptr< carto::Volume< AimsVector< float, D > > > &x, const carto::rc_ptr< carto::Volume< float > > &y, float a, const AimsVector< float, D > &b, carto::rc_ptr< carto::Volume< float > > &error) |
| void | step (const carto::rc_ptr< carto::Volume< AimsVector< float, D > > > &x, const carto::rc_ptr< carto::Volume< float > > &y, float &a, AimsVector< float, D > &b, const carto::rc_ptr< carto::Volume< float > > &error) |
Protected Attributes | |
| MEstimatorFunc & | _mfunc |
| float | _error |
| bool | _verbose |
Definition at line 47 of file wlms-estimator.h.
|
inline |
Definition at line 50 of file wlms-estimator.h.
References _error, _mfunc, _verbose, and MEstimator< D >::MEstimator().
|
inlinevirtual |
Definition at line 54 of file wlms-estimator.h.
|
inlinevirtual |
Reimplemented from MEstimator< D >.
Definition at line 164 of file wlms-estimator.h.
References _error, _mfunc, _verbose, LMSEstimator< D >::doit(), sigma(), and step().
|
inlineprotected |
Definition at line 81 of file wlms-estimator.h.
References AimsVector< class T, int D >::item().
Referenced by doit().
|
inlineprotected |
Definition at line 106 of file wlms-estimator.h.
References _mfunc, carto::VolumeRef< typename T >::at(), and AimsVector< class T, int D >::item().
Referenced by doit().
|
protected |
Definition at line 63 of file wlms-estimator.h.
Referenced by doit(), and WLMSEstimator().
|
protected |
Definition at line 62 of file wlms-estimator.h.
Referenced by doit(), step(), and WLMSEstimator().
|
protected |
Definition at line 64 of file wlms-estimator.h.
Referenced by doit(), and WLMSEstimator().