DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkODFFromSPFImageFilter.h>
calculate ODFs from SPF coefficients
Definition at line 34 of file itkODFFromSPFImageFilter.h.
Public Types | |
typedef Superclass::BasisType | BasisType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::MatrixPointer | MatrixPointer |
typedef Superclass::MatrixType | MatrixType |
typedef SmartPointer< Self > | Pointer |
typedef ODFFromSPFImageFilter | Self |
typedef Superclass::STDVectorPointer | STDVectorPointer |
typedef Superclass::STDVectorType | STDVectorType |
typedef FeaturesFromSPFImageFilter< TInputImage, TOutputImage > | Superclass |
typedef Superclass::VectorPointer | VectorPointer |
typedef Superclass::VectorType | VectorType |
Public Types inherited from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage > | |
enum | BasisType { SPF =0, DSPF } |
typedef SmartPointer< const Self > | ConstPointer |
typedef utl_shared_ptr< MatrixType > | MatrixPointer |
typedef utl::NDArray< double, 2 > | MatrixType |
typedef SmartPointer< Self > | Pointer |
typedef FeaturesFromSPFImageFilter | Self |
typedef SphericalPolarFourierEstimationImageFilter< TInputImage, TOutputImage > | SPFIFilterBaseType |
typedef utl_shared_ptr< STDVectorType > | STDVectorPointer |
typedef std::vector< double > | STDVectorType |
typedef MaskedImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef utl_shared_ptr< VectorType > | VectorPointer |
typedef utl::NDArray< double, 1 > | VectorType |
Public Types inherited from itk::MaskedImageToImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::IndexType | InputImageIndexType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::SizeType | InputImageSizeType |
typedef InputImageType::SpacingType | InputImageSpacingType |
typedef TInputImage | InputImageType |
typedef LoggerType::Pointer | LoggerPointer |
typedef ThreadLogger | LoggerType |
typedef utl_shared_ptr< LoggerVectorType > | LoggerVectorPointer |
typedef std::vector< LoggerPointer > | LoggerVectorType |
typedef MaskImageType::Pointer | MaskImagePointer |
typedef Image< double, 3 > | MaskImageType |
typedef OutputImageType::IndexType | OutputImageIndexType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::SizeType | OutputImageSizeType |
typedef OutputImageType::SpacingType | OutputImageSpacingType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef MaskedImageToImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
void | ComputeSPFToFeatureTransform () ITK_OVERRIDE |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual double | GetBMax () |
virtual const char * | GetNameOfClass () const |
virtual int | GetODFOrder () |
itkTypedefMaskedImageToImageMacro (Superclass) | |
virtual void | SetBMax (double _arg) |
virtual void | SetODFOrder (int _arg) |
Public Member Functions inherited from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage > | |
double | ComputeScale (const bool setScale=true) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual double | GetBasisScale () |
virtual BasisType | GetBasisType () |
virtual bool | GetIsFourier () |
virtual bool | GetIsInQSpace () |
virtual double | GetMD0 () |
virtual MatrixPointer | GetOrientations () |
virtual int | GetRadialRank () |
virtual const ScalarImageType * | GetScaleImage () const |
virtual int | GetSHRank () |
virtual MatrixPointer | GetSPFToFeatureTransform () |
virtual double | GetTau () |
virtual void | IsFourierOff () |
virtual void | IsFourierOn () |
virtual void | IsInQSpaceOff () |
virtual void | IsInQSpaceOn () |
itkGetObjectMacro (ScaleImage, ScalarImageType) | |
itkTypedefMaskedImageToImageMacro (Superclass) | |
virtual void | SetBasisScale (const double scale) |
virtual void | SetBasisType (BasisType _arg) |
virtual void | SetIsFourier (bool _arg) |
virtual void | SetIsInQSpace (bool _arg) |
virtual void | SetMD0 (double _arg) |
virtual void | SetOrientations (MatrixPointer _arg) |
virtual void | SetRadialRank (int _arg) |
void | SetScaleImage (const ScalarImagePointer &scaleImage) |
virtual void | SetSHRank (int _arg) |
virtual void | SetTau (double _arg) |
Public Member Functions inherited from itk::MaskedImageToImageFilter< TInputImage, TOutputImage > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const LoggerType * | GetLogger () const |
virtual const MaskImageType * | GetMaskImage () const |
bool | IsMaskUsed () |
itkGetObjectMacro (MaskImage, MaskImageType) | |
itkGetObjectMacro (Logger, LoggerType) | |
itkSetGetMacro (LogLevel, int) | |
virtual void | SetLogger (LoggerType *_arg) |
virtual void | SetMaskImage (MaskImageType *_arg) |
void | SetMaskImage (const std::string &file) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MaskedImageToImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Private Member Functions | |
ODFFromSPFImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
double | m_BMax |
VectorType | m_L |
int | m_ODFOrder |
VectorType | m_P |
Additional Inherited Members | |
Static Public Attributes inherited from itk::MaskedImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Protected Attributes inherited from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage > | |
double | m_BasisScale |
BasisType | m_BasisType |
bool | m_IsFourier |
bool | m_IsInQSpace |
double | m_MD0 |
MatrixPointer | m_Orientations |
int | m_RadialRank |
ScalarImageType::Pointer | m_ScaleImage |
int | m_SHRank |
SPFIFilterBaseType::Pointer | m_SPFIEstimator |
MatrixPointer | m_SPFToFeatureTransform |
double | m_Tau |
Protected Attributes inherited from itk::MaskedImageToImageFilter< TInputImage, TOutputImage > | |
LoggerPointer | m_Logger |
LoggerVectorPointer | m_LoggerVector |
int | m_LogLevel |
MaskImagePointer | m_MaskImage |
int | m_ThreadID |
typedef Superclass::BasisType itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::BasisType |
Definition at line 56 of file itkODFFromSPFImageFilter.h.
typedef SmartPointer<const Self> itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 42 of file itkODFFromSPFImageFilter.h.
typedef Superclass::MatrixPointer itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::MatrixPointer |
Definition at line 53 of file itkODFFromSPFImageFilter.h.
typedef Superclass::MatrixType itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::MatrixType |
Definition at line 52 of file itkODFFromSPFImageFilter.h.
typedef SmartPointer<Self> itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 41 of file itkODFFromSPFImageFilter.h.
typedef ODFFromSPFImageFilter itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 39 of file itkODFFromSPFImageFilter.h.
typedef Superclass::STDVectorPointer itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::STDVectorPointer |
Definition at line 58 of file itkODFFromSPFImageFilter.h.
typedef Superclass::STDVectorType itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::STDVectorType |
Definition at line 57 of file itkODFFromSPFImageFilter.h.
typedef FeaturesFromSPFImageFilter<TInputImage,TOutputImage> itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 40 of file itkODFFromSPFImageFilter.h.
typedef Superclass::VectorPointer itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::VectorPointer |
Definition at line 55 of file itkODFFromSPFImageFilter.h.
typedef Superclass::VectorType itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::VectorType |
Definition at line 54 of file itkODFFromSPFImageFilter.h.
|
inlineprotected |
Definition at line 70 of file itkODFFromSPFImageFilter.h.
References ITK_OVERRIDE.
|
inlineprotectedvirtual |
Definition at line 78 of file itkODFFromSPFImageFilter.h.
References ITK_OVERRIDE.
|
private |
|
protected |
Definition at line 207 of file itkODFFromSPFImageFilter.hxx.
|
virtual |
Reimplemented from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage >.
Definition at line 54 of file itkODFFromSPFImageFilter.hxx.
References utlException.
Referenced by itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::VerifyInputParameters().
virtual::itk::LightObject::Pointer itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
protected |
Definition at line 33 of file itkODFFromSPFImageFilter.hxx.
References utl::RankToDimSH(), and itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::VerifyInputParameters().
|
virtual |
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage >.
|
virtual |
|
protected |
Definition at line 188 of file itkODFFromSPFImageFilter.hxx.
itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::itkTypedefMaskedImageToImageMacro | ( | Superclass | ) |
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Reimplemented from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage >.
Definition at line 339 of file itkODFFromSPFImageFilter.hxx.
|
virtual |
|
virtual |
for odf
|
protected |
Definition at line 235 of file itkODFFromSPFImageFilter.hxx.
|
protectedvirtual |
Reimplemented from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage >.
Definition at line 44 of file itkODFFromSPFImageFilter.hxx.
References itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::ComputeSPFToFeatureTransform(), and utlGlobalException.
Referenced by itk::ODFFromSPFImageFilter< TInputImage, TOutputImage >::GenerateOutputInformation().
|
private |
maximal b value for the disk interal for ODF estimation
Definition at line 99 of file itkODFFromSPFImageFilter.h.
|
private |
Definition at line 94 of file itkODFFromSPFImageFilter.h.
|
private |
for ODF
Definition at line 97 of file itkODFFromSPFImageFilter.h.
|
private |
Definition at line 93 of file itkODFFromSPFImageFilter.h.