I have a NIFTI file with estimated DTI tensors consisting of 6 volumes (for each element of the diffusion tensor). I used “vtkNIFTIImageReader” with “TimeAsVectorOn” and received the image data, whereby the point data has 6 components.
How can I use “vtkStreamTracer” to show some fibers? I know that I need a vector field, but I could not figure out how to create it from from the data I have.