14 #ifndef SUPPORT_DCMTK_H_ 15 #define SUPPORT_DCMTK_H_ 30 virtual bool Query(
const std::string& name, std::string& value)
const override;
45 extern bool DicomRead(
const ecvl::filesystem::path& filename, Image& dst);
58 extern bool DicomWrite(
const ecvl::filesystem::path& filename,
const Image& src);
65 #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.