TractographyTRX

TractographyTRX is an ITK remote module that provides native support for the TRX tractography file format. It exposes TRX files as ITK ``DataObject``s with efficient access to streamlines coordinates, scalar data, and named groups.

The implementation is backed by trx-cpp, which is vendored and fetched automatically at configure time.

Why ITK and TRX?

At their core, streamlines are just 3D points. ITK specializes in spatial objects, and their associated transforms and processing. TracrographyTRX brings the highly-efficient TRX format to ITK with very little overhead (see Benchmarks). Transform your streamlines along with your images all in one place!