14 #ifndef ECVL_SUPPORT_NIFTI_H_ 15 #define ECVL_SUPPORT_NIFTI_H_ 34 bool NiftiRead(
const ecvl::filesystem::path& filename, Image& dst);
47 bool NiftiWrite(
const ecvl::filesystem::path& filename,
const Image& src);
50 #endif // ECVL_SUPPORT_NIFTI_H_
bool NiftiWrite(const ecvl::filesystem::path &filename, const Image &src)
Saves an image into a specified nifti file.
bool NiftiRead(const ecvl::filesystem::path &filename, Image &dst)
Loads a nifti image from a file.