Public Attributes

Fiber Struct Reference

Points of a fiber, and scalars corresponding to the points. More...

#include <fiber.h>

List of all members.

Public Attributes

std::vector< vec_tposition
std::vector< double > fa
std::vector< double > fa2
std::vector< double > norm
std::vector< Statestate
std::vector< vnl_matrix< double > > covariance
std::vector< double > free_water
std::vector< double > normMSE
std::vector< double > trace
std::vector< double > trace2

Detailed Description

Points of a fiber, and scalars corresponding to the points.

The points that make a fiber are defined as a vector of 3D points. In addition there is a vector of scalar values for each scalar value that can be recorded of the same length


Member Data Documentation

std::vector<vnl_matrix<double> > Fiber::covariance

dim(state) x dim(state) matrix

std::vector<double> Fiber::fa

FA of tensor 1

std::vector<double> Fiber::fa2

FA of tensor 2

std::vector<double> Fiber::free_water

Percentage of free water i.e. 1-w

std::vector<double> Fiber::norm

Array 2 norm of the covariance matrix

std::vector<double> Fiber::normMSE

Normalized mean squared error of the signal reconstruction to the signal

std::vector<vec_t> Fiber::position

vector of 3D points defining the fiber path

std::vector<State> Fiber::state

State of the current model at the current position

std::vector<double> Fiber::trace

Trace of tensor 1

std::vector<double> Fiber::trace2

Trace of tensor 2


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Defines