Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Generates image where the pixel values are set according to the number of fibers ending in the voxel. More...
#include <itkTractsToFiberEndingsImageFilter.h>
Public Types | |
typedef TractsToFiberEndingsImageFilter | 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) |
virtual float | GetUpsamplingFactor () |
virtual void | SetInvertImage (bool _arg) |
virtual bool | GetInvertImage () |
virtual void | SetFiberBundle (mitk::FiberBundle::Pointer _arg) |
virtual void | SetInputImage (typename OutputImageType::Pointer _arg) |
virtual void | SetUseImageGeometry (bool _arg) |
virtual bool | GetUseImageGeometry () |
virtual void | SetBinaryOutput (bool _arg) |
void | GenerateData () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
itk::Point< float, 3 > | GetItkPoint (double point[3]) |
TractsToFiberEndingsImageFilter () | |
virtual | ~TractsToFiberEndingsImageFilter () |
Protected Attributes | |
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_UseImageGeometry |
output image is given other geometry than fiberbundle (input image geometry) More... | |
bool | m_BinaryOutput |
OutputImageType::Pointer | m_InputImage |
Generates image where the pixel values are set according to the number of fibers ending in the voxel.
Definition at line 31 of file itkTractsToFiberEndingsImageFilter.h.
typedef SmartPointer< const Self > itk::TractsToFiberEndingsImageFilter< OutputImageType >::ConstPointer |
Definition at line 38 of file itkTractsToFiberEndingsImageFilter.h.
typedef OutputImageType::PixelType itk::TractsToFiberEndingsImageFilter< OutputImageType >::OutPixelType |
Definition at line 40 of file itkTractsToFiberEndingsImageFilter.h.
typedef SmartPointer< Self > itk::TractsToFiberEndingsImageFilter< OutputImageType >::Pointer |
Definition at line 37 of file itkTractsToFiberEndingsImageFilter.h.
typedef TractsToFiberEndingsImageFilter itk::TractsToFiberEndingsImageFilter< OutputImageType >::Self |
Definition at line 35 of file itkTractsToFiberEndingsImageFilter.h.
typedef ProcessObject itk::TractsToFiberEndingsImageFilter< OutputImageType >::Superclass |
Definition at line 36 of file itkTractsToFiberEndingsImageFilter.h.
|
protected |
Definition at line 27 of file itkTractsToFiberEndingsImageFilter.cpp.
|
protectedvirtual |
Definition at line 38 of file itkTractsToFiberEndingsImageFilter.cpp.
Pointer itk::TractsToFiberEndingsImageFilter< OutputImageType >::Clone | ( | ) | const |
void itk::TractsToFiberEndingsImageFilter< OutputImageType >::GenerateData | ( | ) |
Definition at line 53 of file itkTractsToFiberEndingsImageFilter.cpp.
|
virtual |
|
virtual |
|
protected |
Definition at line 43 of file itkTractsToFiberEndingsImageFilter.cpp.
|
virtual |
|
virtual |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Invert Image
|
virtual |
Upsampling factor
|
virtual |
Use input image geometry to initialize output image
|
protected |
Definition at line 76 of file itkTractsToFiberEndingsImageFilter.h.
|
protected |
input fiber bundle
Definition at line 72 of file itkTractsToFiberEndingsImageFilter.h.
|
protected |
Definition at line 77 of file itkTractsToFiberEndingsImageFilter.h.
|
protected |
voxelvalue = 1-voxelvalue
Definition at line 74 of file itkTractsToFiberEndingsImageFilter.h.
|
protected |
use higher resolution for ouput image
Definition at line 73 of file itkTractsToFiberEndingsImageFilter.h.
|
protected |
output image is given other geometry than fiberbundle (input image geometry)
Definition at line 75 of file itkTractsToFiberEndingsImageFilter.h.