14 #ifndef SUPPORT_DCMTK_H_ 15 #define SUPPORT_DCMTK_H_ 34 extern bool DicomRead(
const ecvl::filesystem::path& filename, Image& dst);
47 extern bool DicomWrite(
const ecvl::filesystem::path& filename,
const Image& src);
60 #endif // SUPPORT_DCMTK_H_ bool DicomWrite(const ecvl::filesystem::path &filename, const Image &src)
Saves an image into a specified DICOM file.
bool DicomRead(const ecvl::filesystem::path &filename, Image &dst)
Loads an image from a DICOM file.