BTK
0.3dev.0
Open-source library to visualize/process biomechanical data
|
#include <btkPoint.h>
Classes | |
class | Data |
Class storing the measures for a point (3D values and residuals along the time). More... | |
Public Types | |
typedef Eigen::Matrix< double, Eigen::Dynamic, 1 > | Residuals |
Vector of double representing the residuals associated with each frames (if applicable). More... | |
typedef Eigen::Matrix< double, Eigen::Dynamic, 3 > | Values |
Point' values along the time with 3 components (3 columns). | |
Specialized template for the information related to the data stored in a btk::Point object.
Vector of double representing the residuals associated with each frames (if applicable).
Vector of double representing the residuals associated with each frames (if applicable).