Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 265 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 265 Bytes

TRX-cpp

The C++ implementations to the memory-mapped tractography file format.

Installation

Dependencies

  • c++11 compiler / cmake
  • libzip
  • nlohmann::json
  • Eigen3
  • spdlog
  • GTest (optional)

Installing

cmake . && make

How to use

COMING SOON