#include <Config.hpp>
#include <cuda/CudaExport.hpp>
#include <Vector.hpp>
#include <QString>
#include <QStringList>
Go to the source code of this file.
|
| | mgx |
| | Distributed matrix library.
|
| |
|
| mgx_EXPORT QStringList | mgx::supportedImageReadFormats () |
| |
| mgx_EXPORT QStringList | mgx::supportedImageWriteFormats () |
| |
| mgx_EXPORT bool | mgx::saveImage (QString filename, const Image3D &data, QString type="CImg Auto", unsigned int nb_digits=0) |
| |
| mgx_EXPORT bool | mgx::saveTIFFImage (QString filename, const Image3D &data) |
| |
| mgx_EXPORT bool | mgx::loadTIFFImage (QString filename, Image3D &data, bool allocate_data=false) |
| |
| mgx_EXPORT bool | mgx::loadImage (QString filename, Image3D &data, bool allocate_data=false) |
| |
| mgx_EXPORT HVecUS | mgx::resize (const HVecUS &data, const Point3i &before, const Point3i &after, bool center) |
| |