Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
This class takes as input a T2-weighted image and computes a brainmask. More...
#include <itkBrainMaskExtractionImageFilter.h>
Public Types | |
typedef BrainMaskExtractionImageFilter | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageToImageFilter< Image< unsigned short, 3 >, Image< TOutputImagePixelType, 3 > > | Superclass |
typedef unsigned short | InputPixelType |
typedef TOutputImagePixelType | OutputPixelType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::OutputImageType | OutputImageType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
Public Member Functions | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
virtual void | SetMaxNumIterations (int _arg) |
virtual int | GetMaxNumIterations () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
BrainMaskExtractionImageFilter () | |
~BrainMaskExtractionImageFilter () | |
void | GenerateData () |
bool | CompareImages (typename OutputImageType::Pointer im1, typename OutputImageType::Pointer im2) |
int | ComputeHistogram (typename InputImageType::Pointer image) |
void | CopyImage (typename OutputImageType::Pointer target, typename OutputImageType::Pointer source) |
Protected Attributes | |
int | m_MaxNumIterations |
This class takes as input a T2-weighted image and computes a brainmask.
Definition at line 29 of file itkBrainMaskExtractionImageFilter.h.
typedef SmartPointer<const Self> itk::BrainMaskExtractionImageFilter< TOutputImagePixelType >::ConstPointer |
Definition at line 38 of file itkBrainMaskExtractionImageFilter.h.
typedef Superclass::InputImageType itk::BrainMaskExtractionImageFilter< TOutputImagePixelType >::InputImageType |
Definition at line 55 of file itkBrainMaskExtractionImageFilter.h.
typedef unsigned short itk::BrainMaskExtractionImageFilter< TOutputImagePixelType >::InputPixelType |
Definition at line 49 of file itkBrainMaskExtractionImageFilter.h.
typedef Superclass::OutputImageRegionType itk::BrainMaskExtractionImageFilter< TOutputImagePixelType >::OutputImageRegionType |
Definition at line 59 of file itkBrainMaskExtractionImageFilter.h.
typedef Superclass::OutputImageType itk::BrainMaskExtractionImageFilter< TOutputImagePixelType >::OutputImageType |
Definition at line 56 of file itkBrainMaskExtractionImageFilter.h.
typedef TOutputImagePixelType itk::BrainMaskExtractionImageFilter< TOutputImagePixelType >::OutputPixelType |
Definition at line 53 of file itkBrainMaskExtractionImageFilter.h.
typedef SmartPointer<Self> itk::BrainMaskExtractionImageFilter< TOutputImagePixelType >::Pointer |
Definition at line 37 of file itkBrainMaskExtractionImageFilter.h.
typedef BrainMaskExtractionImageFilter itk::BrainMaskExtractionImageFilter< TOutputImagePixelType >::Self |
Definition at line 36 of file itkBrainMaskExtractionImageFilter.h.
typedef ImageToImageFilter< Image< unsigned short, 3 >, Image< TOutputImagePixelType, 3 > > itk::BrainMaskExtractionImageFilter< TOutputImagePixelType >::Superclass |
Definition at line 41 of file itkBrainMaskExtractionImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 66 of file itkBrainMaskExtractionImageFilter.h.
Pointer itk::BrainMaskExtractionImageFilter< TOutputImagePixelType >::Clone | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
virtual |
Runtime information support.
|
virtual |
|
static |
Method for creation through the object factory.
|
virtual |
|
protected |
Definition at line 74 of file itkBrainMaskExtractionImageFilter.h.