Program Listing for File nifti_io.h

Return to documentation for file (include/trx/nifti_io.h)

#ifndef TRX_NIFTI_IO_H
#define TRX_NIFTI_IO_H

#include <Eigen/Core>
#include <string>

namespace trx {

Eigen::Matrix4f read_nifti_voxel_to_rasmm(const std::string &path);

} // namespace trx

#endif