Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Generates tract density images from input fiberbundles (Calamante 2010). More...
#include <itkTractDensityImageFilter.h>
Public Types | |
typedef TractDensityImageFilter | Self |
typedef ProcessObject | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef OutputImageType::PixelType | OutPixelType |
Public Member Functions | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
virtual void | SetUpsamplingFactor (float _arg) |
use higher resolution for ouput image More... | |
virtual float | GetUpsamplingFactor () |
use higher resolution for ouput image More... | |
virtual void | SetInvertImage (bool _arg) |
voxelvalue = 1-voxelvalue More... | |
virtual bool | GetInvertImage () |
voxelvalue = 1-voxelvalue More... | |
virtual void | SetBinaryOutput (bool _arg) |
generate binary fiber envelope More... | |
virtual bool | GetBinaryOutput () |
generate binary fiber envelope More... | |
virtual void | SetOutputAbsoluteValues (bool _arg) |
output absolute values of the number of fibers per voxel More... | |
virtual bool | GetOutputAbsoluteValues () |
output absolute values of the number of fibers per voxel More... | |
virtual void | SetUseImageGeometry (bool _arg) |
use input image geometry to initialize output image More... | |
virtual bool | GetUseImageGeometry () |
use input image geometry to initialize output image More... | |
virtual void | SetFiberBundle (mitk::FiberBundle::Pointer _arg) |
input fiber bundle More... | |
virtual void | SetInputImage (typename OutputImageType::Pointer _arg) |
use input image geometry to initialize output image More... | |
virtual void | SetUseTrilinearInterpolation (bool _arg) |
virtual void | SetDoFiberResampling (bool _arg) |
void | GenerateData () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
itk::Point< float, 3 > | GetItkPoint (double point[3]) |
TractDensityImageFilter () | |
virtual | ~TractDensityImageFilter () |
Protected Attributes | |
OutputImageType::Pointer | m_InputImage |
use input image geometry to initialize output image More... | |
mitk::FiberBundle::Pointer | m_FiberBundle |
input fiber bundle More... | |
float | m_UpsamplingFactor |
use higher resolution for ouput image More... | |
bool | m_InvertImage |
voxelvalue = 1-voxelvalue More... | |
bool | m_BinaryOutput |
generate binary fiber envelope More... | |
bool | m_UseImageGeometry |
use input image geometry to initialize output image More... | |
bool | m_OutputAbsoluteValues |
do not normalize image values to 0-1 More... | |
bool | m_UseTrilinearInterpolation |
bool | m_DoFiberResampling |
Generates tract density images from input fiberbundles (Calamante 2010).
Definition at line 31 of file itkTractDensityImageFilter.h.
typedef SmartPointer< const Self > itk::TractDensityImageFilter< OutputImageType >::ConstPointer |
Definition at line 38 of file itkTractDensityImageFilter.h.
typedef OutputImageType::PixelType itk::TractDensityImageFilter< OutputImageType >::OutPixelType |
Definition at line 40 of file itkTractDensityImageFilter.h.
typedef SmartPointer< Self > itk::TractDensityImageFilter< OutputImageType >::Pointer |
Definition at line 37 of file itkTractDensityImageFilter.h.
typedef TractDensityImageFilter itk::TractDensityImageFilter< OutputImageType >::Self |
Definition at line 35 of file itkTractDensityImageFilter.h.
typedef ProcessObject itk::TractDensityImageFilter< OutputImageType >::Superclass |
Definition at line 36 of file itkTractDensityImageFilter.h.
|
protected |
Definition at line 31 of file itkTractDensityImageFilter.cpp.
|
protectedvirtual |
Definition at line 46 of file itkTractDensityImageFilter.cpp.
Pointer itk::TractDensityImageFilter< OutputImageType >::Clone | ( | ) | const |
void itk::TractDensityImageFilter< OutputImageType >::GenerateData | ( | ) |
Definition at line 61 of file itkTractDensityImageFilter.cpp.
|
virtual |
generate binary fiber envelope
|
virtual |
|
virtual |
voxelvalue = 1-voxelvalue
|
protected |
Definition at line 51 of file itkTractDensityImageFilter.cpp.
|
virtual |
output absolute values of the number of fibers per voxel
|
virtual |
use higher resolution for ouput image
|
virtual |
use input image geometry to initialize output image
|
static |
|
virtual |
generate binary fiber envelope
|
virtual |
|
virtual |
input fiber bundle
|
virtual |
use input image geometry to initialize output image
|
virtual |
voxelvalue = 1-voxelvalue
|
virtual |
output absolute values of the number of fibers per voxel
|
virtual |
use higher resolution for ouput image
|
virtual |
use input image geometry to initialize output image
|
virtual |
|
protected |
generate binary fiber envelope
Definition at line 74 of file itkTractDensityImageFilter.h.
|
protected |
Definition at line 78 of file itkTractDensityImageFilter.h.
|
protected |
input fiber bundle
Definition at line 71 of file itkTractDensityImageFilter.h.
|
protected |
use input image geometry to initialize output image
Definition at line 70 of file itkTractDensityImageFilter.h.
|
protected |
voxelvalue = 1-voxelvalue
Definition at line 73 of file itkTractDensityImageFilter.h.
|
protected |
do not normalize image values to 0-1
Definition at line 76 of file itkTractDensityImageFilter.h.
|
protected |
use higher resolution for ouput image
Definition at line 72 of file itkTractDensityImageFilter.h.
|
protected |
use input image geometry to initialize output image
Definition at line 75 of file itkTractDensityImageFilter.h.
|
protected |
Definition at line 77 of file itkTractDensityImageFilter.h.