32 #ifndef MATRIXINTERPOLATION_H_
33 #define MATRIXINTERPOLATION_H_
35 #include "org_custusx_usreconstruction_Export.h"
38 #include "vnl/vnl_matrix.h"
39 #include "vnl/vnl_vector.h"
62 vnl_vector<double> DataPoints,
63 std::vector<vnl_matrix_double> DataValues,
64 vnl_vector<double> InterpolationPoints,
65 std::string InterpolationMethod );
vnl_matrix< double > vnl_matrix_double
cxPluginUSReconstruction_EXPORT std::vector< vnl_matrix_double > matrixInterpolation(vnl_vector< double > DataPoints, std::vector< vnl_matrix_double > DataValues, vnl_vector< double > InterpolationPoints, std::string InterpolationMethod)
Operation: Interpolate transformation matrices.