Classes | |
class | DiffusionTensor3D |
Represent a diffusion tensor as used in DTI images. More... | |
class | DiffusionTensor3DReconstructionImageFilter |
This class takes as input a reference image (acquired in the absence of diffusion sensitizing gradients) and 'n' diffusion weighted images and their gradient directions and computes an image of tensors. (with DiffusionTensor3D as the pixel type). Once that is done, you can apply filters on this tensor image to compute FA, ADC, RGB weighted maps etc. The class is templated over the pixel type of the reference and gradient images (expected to be scalar images) and the internal representation of the DiffusionTensor3D pixel (double, float etc). More... | |
class | Hessian3DToVesselnessMeasureImageFilter |
Line filter to provide a vesselness measure for tubular objects from the hessian matrix. The filter takes as input an image of hessian pixels (SymmetricSecondRankTensor pixels) and preserves pixels that have eigen values
close to 0 and
and
as large negative values. (for bright tubular structures). More... | |
class | SymmetricEigenAnalysisImageFilter |
Computes the Fractional Anisotropy for every pixel of a input tensor image. More... | |
class | SymmetricSecondRankTensor |
Represent a symmetric tensor of second rank. More... | |
class | TensorFractionalAnisotropyImageFilter |
Computes the Fractional Anisotropy for every pixel of a input tensor image. More... | |
class | TensorRelativeAnisotropyImageFilter |
Computes the Relative Anisotropy for every pixel of a input tensor image. More... |