Functions |
template<class I > |
bool | loadJPEG (CImageBase< I > &Image, mds::mod::CChannel &Channel) |
template<> |
bool | loadJPEG (CImageBase< CImage8 > &Image, mds::mod::CChannel &Channel) |
template<> |
bool | loadJPEG (CImageBase< CRGBImage > &Image, mds::mod::CChannel &Channel) |
template<> |
bool | loadJPEG (CImageBase< CComplexImage > &Image, mds::mod::CChannel &Channel) |
template<class I > |
bool | saveJPEG (const CImageBase< I > &Image, mds::mod::CChannel &Channel, int iQuality) |
template<> |
bool | saveJPEG (const CImageBase< CImage8 > &Image, mds::mod::CChannel &Channel, int iQuality) |
template<> |
bool | saveJPEG (const CImageBase< CRGBImage > &Image, mds::mod::CChannel &Channel, int iQuality) |
template<> |
bool | saveJPEG (const CImageBase< CComplexImage > &Image, mds::mod::CChannel &Channel, int iQuality) |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2007 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2007/06/12
- Id:
- mdsJPEG.hxx 2098 2012-02-16 23:50:36Z spanel
Description:
- Reading and writing of JPEG images.