Hi there, I tried to calculate FA and PDD for streamlines tractography with TensorRelativeAnisotropyImageFilter.
And I basically follow the workflow in the website (ITK: Examples/Filtering/DiffusionTensor3DReconstructionImageFilter.cxx), But as a result, the FA image and colored-FA image seems a little bit noisy and mosaic.
While it should look like this:
could you please give me some advice?
I think there’re maybe some reasons:
- some preprocessments and postprocessments I skipped to make FA more good-looking
- some settings in
TensorRelativeAnisotropyImageFilter
should be set but I forgot - before calculating FA and PDD I should up-sample the image, but… how big is reasonable?
- …etc? I have no idea…
Great thanks for any help!