Functions | |
template<typename V> | |
image2d< V > | load (const std::string &filename) |
Load a fits image in a image2d<float>. | |
template<typename I> | |
void | load (Image< I > &ima, const std::string &filename) |
Load a DICOM file in a Milena image. |
image3d< V > mln::io::dicom::load | ( | const std::string & | filename | ) | [inline] |
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. |
References mln::initialize(), and mln::point< G, C >::to_vec().