MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2007 by Michal Spanel
.
More...
Functions | |
template<class I > | |
bool | loadPNG (CImageBase< I > &Image, mds::mod::CChannel &Channel) |
template<> | |
bool | loadPNG (CImageBase< CImage16 > &Image, mds::mod::CChannel &Channel) |
template<> | |
bool | loadPNG (CImageBase< CRGBImage > &Image, mds::mod::CChannel &Channel) |
template<> | |
bool | loadPNG (CImageBase< CComplexImage > &Image, mds::mod::CChannel &Channel) |
template<class I > | |
bool | savePNG (const CImageBase< I > &Image, mds::mod::CChannel &Channel) |
template<> | |
bool | savePNG (const CImageBase< CImage16 > &Image, mds::mod::CChannel &Channel) |
template<> | |
bool | savePNG (const CImageBase< CRGBImage > &Image, mds::mod::CChannel &Channel) |
template<> | |
bool | savePNG (const CImageBase< CComplexImage > &Image, mds::mod::CChannel &Channel) |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2007 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
File: mdsPNG.hxx
Section: libImageIO
Date: 2007/06/12
Description:
bool loadPNG | ( | CImageBase< I > & | Image, |
mds::mod::CChannel & | Channel | ||
) |
bool loadPNG | ( | CImageBase< CImage16 > & | Image, |
mds::mod::CChannel & | Channel | ||
) |
bool loadPNG | ( | CImageBase< CRGBImage > & | Image, |
mds::mod::CChannel & | Channel | ||
) |
bool loadPNG | ( | CImageBase< CComplexImage > & | Image, |
mds::mod::CChannel & | Channel | ||
) |
bool savePNG | ( | const CImageBase< I > & | Image, |
mds::mod::CChannel & | Channel | ||
) |
bool savePNG | ( | const CImageBase< CImage16 > & | Image, |
mds::mod::CChannel & | Channel | ||
) |
bool savePNG | ( | const CImageBase< CRGBImage > & | Image, |
mds::mod::CChannel & | Channel | ||
) |
bool savePNG | ( | const CImageBase< CComplexImage > & | Image, |
mds::mod::CChannel & | Channel | ||
) |