#include <itkImageToImageFilter.h>
#include <itkImageRegionIterator.h>
#include <itkImageRegionConstIterator.h>
#include <itkCommand.h>
#include <itkCSVArray2DFileReader.h>
#include <itkCSVNumericObjectFileWriter.h>
#include <itkRescaleIntensityImageFilter.h>
#include <itkGaussianMembershipFunction.h>
#include <animaReadWriteFunctions.h>
#include "animaGaussianREMEstimator.h"
#include "animaAtlasInitializer.h"
#include "animaHierarchicalInitializer.h"
#include "animaComputeSolution.hxx"
Go to the source code of this file.
|
class | anima::ComputeSolution< TInputImage, TMaskImage, TAtlasImage > |
| Class computing the 3-class GMM respresenting the NABT, where each Gaussian represents one of the brain tissues WM, GM and CSF. First a model initializer is launched, then the REM algorithm is performed using this initialization. The NABT model can be written in a csv file. More...
|
|