ANIMA
4.0
|
Applies an variance filter to an image. More...
#include <animaDTIScalarMapsImageFilter.h>
Public Types | |
typedef OutputImageType | ADCImageType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef OutputImageType | FAImageType |
typedef itk::VectorImage< double, ImageDimension > | InputImageType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef itk::Image< double, ImageDimension > | OutputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef DTIScalarMapsImageFilter | Self |
typedef anima::NumberedThreadImageToImageFilter< InputImageType, OutputImageType > | Superclass |
typedef TensorImageType::RegionType | TensorImageRegionType |
typedef TensorImageType::SizeType | TensorImageSizeType |
typedef InputImageType | TensorImageType |
typedef TensorImageType::PixelType | TensorVectorType |
Public Types inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< double, ImageDimension >, itk::Image< double, ImageDimension > > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef itk::SmartPointer< Self > | Pointer |
typedef NumberedThreadImageToImageFilter | Self |
typedef itk::ImageToImageFilter< itk::VectorImage< double, ImageDimension >, itk::Image< double, ImageDimension > > | Superclass |
typedef itk::ImageSource< itk::Image< double, ImageDimension > >::ThreadStruct | ThreadStruct |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
OutputImageType::Pointer | GetADCImage () |
OutputImageType::Pointer | GetAxialDiffusivityImage () |
OutputImageType::Pointer | GetFAImage () |
virtual const char * | GetNameOfClass () const |
OutputImageType::Pointer | GetRadialDiffusivityImage () |
itk::DataObject::Pointer | MakeOutput (itk::ProcessObject::DataObjectPointerArraySizeType idx) ITK_OVERRIDE |
Public Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< double, ImageDimension >, itk::Image< double, ImageDimension > > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual OutputImageRegionType | GetComputationRegion () |
virtual void | SetComputationRegion (OutputImageRegionType _arg) |
virtual void | SetNumberOfPointsToProcess (unsigned int _arg) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< double, ImageDimension >, itk::Image< double, ImageDimension > > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = InputImageType::ImageDimension |
static const unsigned int | OutputImageDimension = OutputImageType::ImageDimension |
Static Public Attributes inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< double, ImageDimension >, itk::Image< double, ImageDimension > > | |
static constexpr unsigned int | OutputImageDimension |
Protected Member Functions | |
DTIScalarMapsImageFilter () | |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) ITK_OVERRIDE |
virtual | ~DTIScalarMapsImageFilter () |
Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< double, ImageDimension >, itk::Image< double, ImageDimension > > | |
virtual void | BeforeThreadedGenerateData () ITK_OVERRIDE |
virtual void | GenerateData () ITK_OVERRIDE |
unsigned int | GetSafeThreadId () |
void | IncrementNumberOfProcessedPoints () |
void | InitializeZeroPixel (itk::Image< double, ImageDimension > *image, itk::VariableLengthVector< ScalarRealType > &zeroPixel) |
Utility function to initialize output images pixel to zero for vector images. More... | |
void | InitializeZeroPixel (itk::Image< double, ImageDimension > *, 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 Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::VectorImage< double, ImageDimension >, itk::Image< double, ImageDimension > > | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderMultiSplitCallback (void *arg) |
Applies an variance filter to an image.
Computes tow image where a given pixel is the FA or ADC value of the tensor of the corresponding input pixel.
Definition at line 23 of file animaDTIScalarMapsImageFilter.h.
typedef OutputImageType anima::DTIScalarMapsImageFilter< ImageDimension >::ADCImageType |
Definition at line 33 of file animaDTIScalarMapsImageFilter.h.
typedef itk::SmartPointer<const Self> anima::DTIScalarMapsImageFilter< ImageDimension >::ConstPointer |
Definition at line 46 of file animaDTIScalarMapsImageFilter.h.
typedef OutputImageType anima::DTIScalarMapsImageFilter< ImageDimension >::FAImageType |
Definition at line 32 of file animaDTIScalarMapsImageFilter.h.
typedef itk::VectorImage<double, ImageDimension> anima::DTIScalarMapsImageFilter< ImageDimension >::InputImageType |
Convenient typedefs for simplifying declarations.
Definition at line 29 of file animaDTIScalarMapsImageFilter.h.
typedef OutputImageType::RegionType anima::DTIScalarMapsImageFilter< ImageDimension >::OutputImageRegionType |
Definition at line 58 of file animaDTIScalarMapsImageFilter.h.
typedef itk::Image<double, ImageDimension> anima::DTIScalarMapsImageFilter< ImageDimension >::OutputImageType |
Definition at line 30 of file animaDTIScalarMapsImageFilter.h.
typedef itk::SmartPointer<Self> anima::DTIScalarMapsImageFilter< ImageDimension >::Pointer |
Definition at line 45 of file animaDTIScalarMapsImageFilter.h.
typedef DTIScalarMapsImageFilter anima::DTIScalarMapsImageFilter< ImageDimension >::Self |
Standard class typedefs.
Definition at line 43 of file animaDTIScalarMapsImageFilter.h.
typedef anima::NumberedThreadImageToImageFilter<InputImageType, OutputImageType> anima::DTIScalarMapsImageFilter< ImageDimension >::Superclass |
Definition at line 44 of file animaDTIScalarMapsImageFilter.h.
typedef TensorImageType::RegionType anima::DTIScalarMapsImageFilter< ImageDimension >::TensorImageRegionType |
Definition at line 57 of file animaDTIScalarMapsImageFilter.h.
typedef TensorImageType::SizeType anima::DTIScalarMapsImageFilter< ImageDimension >::TensorImageSizeType |
Definition at line 59 of file animaDTIScalarMapsImageFilter.h.
typedef InputImageType anima::DTIScalarMapsImageFilter< ImageDimension >::TensorImageType |
Definition at line 31 of file animaDTIScalarMapsImageFilter.h.
typedef TensorImageType::PixelType anima::DTIScalarMapsImageFilter< ImageDimension >::TensorVectorType |
Image typedef support.
Definition at line 55 of file animaDTIScalarMapsImageFilter.h.
|
protected |
Definition at line 21 of file animaDTIScalarMapsImageFilter.hxx.
Referenced by anima::DTIScalarMapsImageFilter< ImageDimension >::GetRadialDiffusivityImage().
|
inlineprotectedvirtual |
Definition at line 71 of file animaDTIScalarMapsImageFilter.h.
References anima::DTIScalarMapsImageFilter< ImageDimension >::DynamicThreadedGenerateData().
virtual::itk::LightObject::Pointer anima::DTIScalarMapsImageFilter< ImageDimension >::CreateAnother | ( | void | ) | const |
|
protected |
Definition at line 44 of file animaDTIScalarMapsImageFilter.hxx.
References anima::GetTensorFromVectorRepresentation().
Referenced by anima::DTIScalarMapsImageFilter< ImageDimension >::MakeOutput(), and anima::DTIScalarMapsImageFilter< ImageDimension >::~DTIScalarMapsImageFilter().
|
inline |
Definition at line 64 of file animaDTIScalarMapsImageFilter.h.
|
inline |
Definition at line 66 of file animaDTIScalarMapsImageFilter.h.
|
inline |
Definition at line 65 of file animaDTIScalarMapsImageFilter.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from anima::NumberedThreadImageToImageFilter< itk::VectorImage< double, ImageDimension >, itk::Image< double, ImageDimension > >.
|
inline |
Definition at line 67 of file animaDTIScalarMapsImageFilter.h.
References anima::DTIScalarMapsImageFilter< ImageDimension >::DTIScalarMapsImageFilter().
itk::DataObject::Pointer anima::DTIScalarMapsImageFilter< ImageDimension >::MakeOutput | ( | itk::ProcessObject::DataObjectPointerArraySizeType | idx | ) |
Create the Output
Make Ouput
Definition at line 36 of file animaDTIScalarMapsImageFilter.hxx.
References anima::DTIScalarMapsImageFilter< ImageDimension >::DynamicThreadedGenerateData().
|
static |
Method for creation through the object factory.
|
static |
Extract dimension from input and output image.
Definition at line 37 of file animaDTIScalarMapsImageFilter.h.
|
static |
Definition at line 39 of file animaDTIScalarMapsImageFilter.h.