Namespace of DICOM input/output handling. More...
Classes | |
struct | dicom_header |
Store dicom file header. More... | |
Functions | |
dicom_header | get_header (const std::string &filename) |
Retrieve header in a dicom file. | |
template<typename I > | |
void | load (Image< I > &ima, const std::string &filename) |
Namespace of DICOM input/output handling.
dicom_header mln::io::dicom::get_header | ( | const std::string & | filename | ) |
Retrieve header in a dicom file.
References mln::util::array< T >::append().
void mln::io::dicom::load | ( | Image< I > & | ima, | |
const std::string & | filename | |||
) | [inline] |
Load a DICOM file in a Milena image.
[out] | ima | A reference to the image which will receive data. |
[in] | filename | The source. |
Common compilation flags to link to gdcm if this file is used:
-lgdcmCommon -lgdcmDICT -lgdcmDSED -lgdcmIOD -lgdcmMSFF -lgdcmexpat -lgdcmjpeg12 -lgdcmjpeg16 -lgdcmjpeg8 -lgdcmopenjpeg -lgdcmuuid -lgdcmzlib
References mln::initialize(), and mln::point< G, C >::to_vec().