Points of a fiber, and scalars corresponding to the points. More...
#include <fiber.h>
Public Attributes | |
std::vector< vec_t > | position |
std::vector< double > | fa |
std::vector< double > | fa2 |
std::vector< double > | norm |
std::vector< State > | state |
std::vector< vnl_matrix< double > > | covariance |
std::vector< double > | free_water |
std::vector< double > | normMSE |
std::vector< double > | trace |
std::vector< double > | trace2 |
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
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