ANIMA
4.0
|
Cost function for estimating B1 from T2 relaxometry acquisition, following a multi-T2 EPG decay model. The cost function includes (via variable projection) estimation of compartment weights. More...
#include <animaB1GMMRelaxometryCostFunction.h>
Public Types | |
typedef std::vector< std::complex< double > > | ComplexVectorType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::DerivativeType | DerivativeType |
typedef std::vector< ComplexVectorType > | MatrixType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::ParametersType | ParametersType |
typedef itk::SmartPointer< Self > | Pointer |
typedef B1GMMRelaxometryCostFunction | Self |
typedef itk::SingleValuedCostFunction | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) const ITK_OVERRIDE |
virtual const char * | GetNameOfClass () const |
unsigned int | GetNumberOfParameters () const ITK_OVERRIDE |
ParametersType & | GetOptimalT2Weights () |
virtual double | GetSigmaSquare () |
virtual MeasureType | GetValue (const ParametersType ¶meters) const ITK_OVERRIDE |
virtual void | SetEchoSpacing (double _arg) |
virtual void | SetExcitationFlipAngle (double _arg) |
virtual void | SetGaussianIntegralTolerance (double _arg) |
void | SetGaussianMeans (std::vector< double > &val) |
void | SetGaussianVariances (std::vector< double > &val) |
virtual void | SetT1Value (double _arg) |
void | SetT2RelaxometrySignals (ParametersType &relaxoSignals) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
B1GMMRelaxometryCostFunction () | |
void | PrepareDataForLLS () const |
void | SolveLinearLeastSquares () const |
Computes maximum likelihood estimates of weights. More... | |
virtual | ~B1GMMRelaxometryCostFunction () |
Cost function for estimating B1 from T2 relaxometry acquisition, following a multi-T2 EPG decay model. The cost function includes (via variable projection) estimation of compartment weights.
Definition at line 20 of file animaB1GMMRelaxometryCostFunction.h.
typedef std::vector< std::complex <double> > anima::B1GMMRelaxometryCostFunction::ComplexVectorType |
Definition at line 38 of file animaB1GMMRelaxometryCostFunction.h.
typedef itk::SmartPointer<const Self> anima::B1GMMRelaxometryCostFunction::ConstPointer |
Definition at line 28 of file animaB1GMMRelaxometryCostFunction.h.
typedef Superclass::DerivativeType anima::B1GMMRelaxometryCostFunction::DerivativeType |
Definition at line 36 of file animaB1GMMRelaxometryCostFunction.h.
typedef std::vector<ComplexVectorType> anima::B1GMMRelaxometryCostFunction::MatrixType |
Definition at line 39 of file animaB1GMMRelaxometryCostFunction.h.
typedef Superclass::MeasureType anima::B1GMMRelaxometryCostFunction::MeasureType |
Definition at line 35 of file animaB1GMMRelaxometryCostFunction.h.
typedef Superclass::ParametersType anima::B1GMMRelaxometryCostFunction::ParametersType |
Definition at line 37 of file animaB1GMMRelaxometryCostFunction.h.
typedef itk::SmartPointer<Self> anima::B1GMMRelaxometryCostFunction::Pointer |
Definition at line 27 of file animaB1GMMRelaxometryCostFunction.h.
Standard class typedefs.
Definition at line 25 of file animaB1GMMRelaxometryCostFunction.h.
typedef itk::SingleValuedCostFunction anima::B1GMMRelaxometryCostFunction::Superclass |
Definition at line 26 of file animaB1GMMRelaxometryCostFunction.h.
|
inlineprotected |
Definition at line 63 of file animaB1GMMRelaxometryCostFunction.h.
References anima::NNLSOptimizer::New().
|
inlineprotectedvirtual |
Definition at line 72 of file animaB1GMMRelaxometryCostFunction.h.
virtual::itk::LightObject::Pointer anima::B1GMMRelaxometryCostFunction::CreateAnother | ( | void | ) | const |
|
virtual |
Definition at line 27 of file animaB1GMMRelaxometryCostFunction.cxx.
|
virtual |
Run-time type information (and related methods).
|
inline |
Definition at line 54 of file animaB1GMMRelaxometryCostFunction.h.
Referenced by GetValue().
|
inline |
Definition at line 60 of file animaB1GMMRelaxometryCostFunction.h.
|
virtual |
|
virtual |
Definition at line 12 of file animaB1GMMRelaxometryCostFunction.cxx.
References GetNumberOfParameters(), PrepareDataForLLS(), and SolveLinearLeastSquares().
|
static |
|
protected |
Definition at line 34 of file animaB1GMMRelaxometryCostFunction.cxx.
References anima::GaussLaguerreQuadrature::GetIntegralValue(), anima::CholeskyDecomposition::PerformDecomposition(), anima::B1GMMDistributionIntegrand::SetEchoNumber(), anima::EPGSignalSimulator::SetEchoSpacing(), anima::EPGSignalSimulator::SetExcitationFlipAngle(), anima::B1GMMDistributionIntegrand::SetFlipAngle(), anima::B1GMMDistributionIntegrand::SetGaussianMean(), anima::B1GMMDistributionIntegrand::SetGaussianVariance(), anima::CholeskyDecomposition::SetInputMatrix(), anima::GaussLaguerreQuadrature::SetInterestZone(), anima::EPGSignalSimulator::SetNumberOfEchoes(), anima::B1GMMDistributionIntegrand::SetT1Value(), and anima::CholeskyDecomposition::SolveLinearSystem().
Referenced by GetValue().
|
virtual |
|
virtual |
|
virtual |
|
inline |
Definition at line 50 of file animaB1GMMRelaxometryCostFunction.h.
|
inline |
Definition at line 51 of file animaB1GMMRelaxometryCostFunction.h.
|
virtual |
|
inline |
Definition at line 47 of file animaB1GMMRelaxometryCostFunction.h.
|
protected |
Computes maximum likelihood estimates of weights.
Definition at line 126 of file animaB1GMMRelaxometryCostFunction.cxx.
Referenced by GetValue().