![]() |
aimsalgo
5.1.2
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) |
![]() | |
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 verbose.
|
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 ASSERT, LMSEstimator< D >::doit(), and norm().
|
inlineprotected |
Definition at line 81 of file wlms-estimator.h.
References carto::VolumeRef< class >::copy(), AimsVector< class, D >::item(), and carto::sort().
|
inlineprotected |
Definition at line 106 of file wlms-estimator.h.
References AimsLinearResolutionLU(), carto::VolumeRef< class >::at(), and AimsVector< class, D >::item().
|
protected |
Definition at line 63 of file wlms-estimator.h.
|
protected |
Definition at line 62 of file wlms-estimator.h.
|
protected |
Definition at line 64 of file wlms-estimator.h.