30 #include "../math/WLine.h"
31 #include "../math/linearAlgebra/WPosition.h"
48 explicit WFiber(
const std::vector< WPosition > &points );
A line is an ordered sequence of WPositions.
Represents a neural pathway.
WFiber()
Creates an empty fiber.
static double distDST(double thresholdSquare, const WFiber &q, const WFiber &r)
This is the Smaller thresholded distance as described by Zhang: http://dx.doi.org/10.1109/TVCG.2008.52 .
Unit tests our WFiber class.
static double distDLT(double thresholdSquare, const WFiber &q, const WFiber &r)
This is the Larger thresholded distance as described by Zhang: http://dx.doi.org/10.1109/TVCG.2008.52 .