ANIMA
4.0
|
Implements patient to group comparison as in http://dx.doi.org/10.1007/978-3-540-85988-8_116. More...
#include <animaPatientToGroupComparisonImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef vnl_matrix< double > | CovMatrixType |
typedef InputImageType::IndexType | InputImageIndexType |
typedef InputImageType::Pointer | InputImagePointer |
typedef itk::VectorImage< PixelScalarType, 3 > | InputImageType |
typedef Superclass::MaskImageType | MaskImageType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef itk::Image< PixelScalarType, 3 > | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef PatientToGroupComparisonImageFilter< PixelScalarType > | Self |
typedef anima::MaskedImageToImageFilter< InputImageType, OutputImageType > | Superclass |
enum | TestType { CHI_SQUARE = 0, FISHER } |
typedef InputImageType::PixelType | VectorType |
Public Types inherited from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputImageRegionType | InputImageRegionType |
typedef MaskImageType::Pointer | MaskImagePointer |
typedef itk::Image< unsigned char, itk::VectorImage< PixelScalarType, 3 > ::ImageDimension > | MaskImageType |
typedef MaskImageType::IndexType | MaskIndexType |
typedef MaskImageType::RegionType | MaskRegionType |
typedef MaskImageType::SizeType | MaskSizeType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef itk::SmartPointer< Self > | Pointer |
typedef MaskedImageToImageFilter | Self |
typedef anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | Superclass |
typedef itk::ImageSource< itk::Image< PixelScalarType, 3 > >::ThreadStruct | ThreadStruct |
Public Types inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef itk::SmartPointer< Self > | Pointer |
typedef NumberedThreadImageToImageFilter | Self |
typedef itk::ImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | Superclass |
typedef itk::ImageSource< itk::Image< PixelScalarType, 3 > >::ThreadStruct | ThreadStruct |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
static Pointer | New () |
Static Public Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
static Pointer | New () |
Protected Member Functions | |
virtual void | BeforeThreadedGenerateData () ITK_OVERRIDE |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) ITK_OVERRIDE |
PatientToGroupComparisonImageFilter () | |
virtual unsigned int | SampleFromDiffusionModels (std::vector< VectorType > &databaseValues, VectorType &patientVectorValue) |
virtual | ~PatientToGroupComparisonImageFilter () |
Protected Member Functions inherited from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
virtual void | CheckComputationMask () |
void | InitializeComputationRegionFromMask () |
MaskedImageToImageFilter () | |
virtual | ~MaskedImageToImageFilter () |
Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
virtual void | GenerateData () ITK_OVERRIDE |
unsigned int | GetSafeThreadId () |
void | IncrementNumberOfProcessedPoints () |
void | InitializeZeroPixel (itk::Image< PixelScalarType, 3 > *image, itk::VariableLengthVector< ScalarRealType > &zeroPixel) |
Utility function to initialize output images pixel to zero for vector images. More... | |
void | InitializeZeroPixel (itk::Image< PixelScalarType, 3 > *, PixelType &zeroPixel) |
Utility function to initialize output images pixel to zero for all images except vector images. More... | |
NumberedThreadImageToImageFilter () | |
void | SafeReleaseThreadId (unsigned int threadId) |
virtual void | ThreadProcessSlices () |
virtual | ~NumberedThreadImageToImageFilter () |
Additional Inherited Members | |
Static Public Attributes inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
static constexpr unsigned int | OutputImageDimension |
Static Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > > | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderMultiSplitCallback (void *arg) |
Implements patient to group comparison as in http://dx.doi.org/10.1007/978-3-540-85988-8_116.
Provides an ITK implementation of z-score and p-value computation telling how much different a single vector image is from a database of controls. It can virtually process any type of input, however for tensor images, be warned that they should be expressed as log-vectors.
Definition at line 22 of file animaPatientToGroupComparisonImageFilter.h.
typedef itk::SmartPointer<const Self> anima::PatientToGroupComparisonImageFilter< PixelScalarType >::ConstPointer |
Definition at line 29 of file animaPatientToGroupComparisonImageFilter.h.
typedef vnl_matrix<double> anima::PatientToGroupComparisonImageFilter< PixelScalarType >::CovMatrixType |
Definition at line 58 of file animaPatientToGroupComparisonImageFilter.h.
typedef InputImageType::IndexType anima::PatientToGroupComparisonImageFilter< PixelScalarType >::InputImageIndexType |
Definition at line 51 of file animaPatientToGroupComparisonImageFilter.h.
typedef InputImageType::Pointer anima::PatientToGroupComparisonImageFilter< PixelScalarType >::InputImagePointer |
Definition at line 50 of file animaPatientToGroupComparisonImageFilter.h.
typedef itk::VectorImage<PixelScalarType, 3> anima::PatientToGroupComparisonImageFilter< PixelScalarType >::InputImageType |
Image typedef support
Definition at line 35 of file animaPatientToGroupComparisonImageFilter.h.
typedef Superclass::MaskImageType anima::PatientToGroupComparisonImageFilter< PixelScalarType >::MaskImageType |
Superclass typedefs.
Definition at line 55 of file animaPatientToGroupComparisonImageFilter.h.
typedef OutputImageType::Pointer anima::PatientToGroupComparisonImageFilter< PixelScalarType >::OutputImagePointer |
Definition at line 52 of file animaPatientToGroupComparisonImageFilter.h.
typedef Superclass::OutputImageRegionType anima::PatientToGroupComparisonImageFilter< PixelScalarType >::OutputImageRegionType |
Definition at line 56 of file animaPatientToGroupComparisonImageFilter.h.
typedef itk::Image<PixelScalarType, 3> anima::PatientToGroupComparisonImageFilter< PixelScalarType >::OutputImageType |
Definition at line 39 of file animaPatientToGroupComparisonImageFilter.h.
typedef itk::SmartPointer<Self> anima::PatientToGroupComparisonImageFilter< PixelScalarType >::Pointer |
Definition at line 28 of file animaPatientToGroupComparisonImageFilter.h.
typedef PatientToGroupComparisonImageFilter<PixelScalarType> anima::PatientToGroupComparisonImageFilter< PixelScalarType >::Self |
Standard class typedefs.
Definition at line 27 of file animaPatientToGroupComparisonImageFilter.h.
typedef anima::MaskedImageToImageFilter< InputImageType, OutputImageType > anima::PatientToGroupComparisonImageFilter< PixelScalarType >::Superclass |
Definition at line 49 of file animaPatientToGroupComparisonImageFilter.h.
typedef InputImageType::PixelType anima::PatientToGroupComparisonImageFilter< PixelScalarType >::VectorType |
Definition at line 41 of file animaPatientToGroupComparisonImageFilter.h.
enum anima::PatientToGroupComparisonImageFilter::TestType |
Enumerator | |
---|---|
CHI_SQUARE | |
FISHER |
Definition at line 43 of file animaPatientToGroupComparisonImageFilter.h.
|
inlineprotected |
Definition at line 71 of file animaPatientToGroupComparisonImageFilter.h.
References anima::PatientToGroupComparisonImageFilter< PixelScalarType >::FISHER.
|
inlineprotectedvirtual |
|
inline |
Definition at line 60 of file animaPatientToGroupComparisonImageFilter.h.
|
protectedvirtual |
Reimplemented from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > >.
Reimplemented in anima::PatientToGroupODFComparisonImageFilter< PixelScalarType >.
Definition at line 21 of file animaPatientToGroupComparisonImageFilter.hxx.
References anima::PatientToGroupComparisonImageFilter< PixelScalarType >::DynamicThreadedGenerateData().
Referenced by anima::PatientToGroupComparisonImageFilter< PixelScalarType >::~PatientToGroupComparisonImageFilter().
virtual::itk::LightObject::Pointer anima::PatientToGroupComparisonImageFilter< PixelScalarType >::CreateAnother | ( | void | ) | const |
|
protected |
|
virtual |
Run-time type information (and related methods)
Reimplemented from anima::MaskedImageToImageFilter< itk::VectorImage< PixelScalarType, 3 >, itk::Image< PixelScalarType, 3 > >.
Reimplemented in anima::PatientToGroupODFComparisonImageFilter< PixelScalarType >.
|
static |
Method for creation through the object factory.
Referenced by anima::LowMemoryPatientToGroupComparisonBridge::Update().
|
inlineprotectedvirtual |
Reimplemented in anima::PatientToGroupODFComparisonImageFilter< PixelScalarType >.
Definition at line 90 of file animaPatientToGroupComparisonImageFilter.h.
|
virtual |
|
virtual |
|
virtual |