MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2007 by Michal Spanel
.
More...
#include <MDSTk/Image/mdsImageBase.h>
#include <MDSTk/Image/mdsImageFunctions.h>
#include "mdsJPEGBaseFunctions.h"
#include "mdsJPEG.hxx"
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
Functions | |
template<class I > | |
bool | mds::img::loadJPEG (CImageBase< I > &Image, mds::mod::CChannel &Channel) |
Reads JPEG image from a given input channel. | |
template<> | |
bool | mds::img::loadJPEG (CImageBase< CImage8 > &Image, mds::mod::CChannel &Channel) |
template<class I > | |
bool | mds::img::saveJPEG (const CImageBase< I > &Image, mds::mod::CChannel &Channel, int iQuality=128) |
Writes JPEG image to a given output channel. | |
template<> | |
bool | mds::img::saveJPEG (const CImageBase< CImage8 > &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
Description: