Tractography in Julia
  • Home
  • Overview of capabilities
  • Getting started
    • FCUP
    • GPU example
  • Algorithms
    • Plotting
    • Structural connectivity estimate
    • Generating Seeds
    • Exporting Tractography Results
  • Library
Version
  • Functionalities
  • Structural connectivity estimate
  • Structural connectivity estimate
GitHub

Structural connectivity estimate

  • Structural connectivity estimate

The algorithm Tractography.Connectivity allows to estimate structural connectivity. In short,

alg = Tratography.Connectivity(Tratography.Deterministic())
streamlines, tract_length = TG.sample(model, alg, seeds);

returns the first/last point on the streamline. You are then required to map both points with an atlas.

« PlottingGenerating Seeds »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.15.0 on Wednesday 29 October 2025. Using Julia version 1.12.1.