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 "mdsPNGBaseFunctions.h"
#include "mdsPNG.hxx"
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
Functions | |
template<class I > | |
bool | mds::img::loadPNG (CImageBase< I > &Image, mds::mod::CChannel &Channel) |
Reads PNG image from a given input channel. | |
template<> | |
bool | mds::img::loadPNG (CImageBase< CImage16 > &Image, mds::mod::CChannel &Channel) |
template<class I > | |
bool | mds::img::savePNG (const CImageBase< I > &Image, mds::mod::CChannel &Channel) |
Writes PNG image to a given output channel. | |
template<> | |
bool | mds::img::savePNG (const CImageBase< CImage16 > &Image, mds::mod::CChannel &Channel) |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2007 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2007/06/12
Description: