CustusX  18.04
An IGT application
matrixInterpolation.cpp File Reference
#include "matrixInterpolation.h"
#include <iostream>

Go to the source code of this file.

Functions

std::vector< vnl_matrix_doublematrixInterpolation (vnl_vector< double > DataPoints, std::vector< vnl_matrix_double > DataValues, vnl_vector< double > InterpolationPoints, std::string InterpolationMethod)
 Operation: Interpolate transformation matrices. More...
 

Function Documentation

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.

Definition at line 22 of file matrixInterpolation.cpp.