MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Functions
mdsPNG.hxx File Reference

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)

Detailed Description

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

Id:
mdsPNG.hxx 2098 2012-02-16 23:50:36Z spanel

Description:


Function Documentation

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 
)