Describes a seed point. More...
#include <seed.h>
Public Attributes | |
State | state |
vnl_matrix< double > | covariance |
vec_t | point |
vec_t | start_dir |
double | fa |
double | fa2 |
double | trace |
double | trace2 |
Describes a seed point.
Stores all information for a seed point to start tractography. The start_dir is only used for the simple model and the angles only for the complex/full representation.
vnl_matrix<double> SeedPointInfo::covariance |
The covariance matrix of the state
double SeedPointInfo::fa |
Fractional Anisotropy of the first tensor
double SeedPointInfo::fa2 |
Fractional Anisotropy of the second tensor
The location of the seed
The starting direction for the simple model
The state of the state-space represenation of the model.
double SeedPointInfo::trace |
Trace of the first tensor
double SeedPointInfo::trace2 |
Trace of the second tensor