![]() |
ImFusion SDK 4.3
|
#include <ImFusion/IO/MincIO.h>
Class for reading and writing MINC images. More...
Class for reading and writing MINC images.
Static Public Member Functions | |
| static std::unique_ptr< MemImage > | loadMINCImage (const char *filename, mat4 &matrixOut, bool verbose=false) |
| Load a MINC file. | |
| static bool | loadXFMMatrix (const char *filename, mat4 &matrixOut) |
| Load a transformation matrix from XFM file, returns true upon success. | |
| static bool | loadTAGFilePoints (const std::string &filename, std::vector< vec3 > &pointsAOut, std::vector< vec3 > &pointsBOut) |
| Load point correspondences from TAG format. | |