11 #ifndef MATRIXINTERPOLATION_H_ 12 #define MATRIXINTERPOLATION_H_ 14 #include "org_custusx_usreconstruction_Export.h" 17 #include "vnl/vnl_matrix.h" 18 #include "vnl/vnl_vector.h" 41 vnl_vector<double> DataPoints,
42 std::vector<vnl_matrix_double> DataValues,
43 vnl_vector<double> InterpolationPoints,
44 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.