MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2007 by Michal Spanel
.
More...
#include <MDSTk/Base/mdsSetup.h>
#include <MDSTk/Image/mdsImage.h>
#include <MDSTk/Module/mdsChannel.h>
#include "mdsImageIOExport.h"
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
Functions | |
bool | mds::img::loadColorPNG (CRGBImage &Image, mds::mod::CChannel &Channel) |
Reads full color PNG image from a given input channel. | |
bool | mds::img::loadGrayPNG (CImage16 &Image, mds::mod::CChannel &Channel) |
Reads grayscale PNG image from a given input channel. | |
bool | mds::img::saveColorPNG (const CRGBImage &Image, mds::mod::CChannel &Channel) |
Writes full color PNG image to a given output channel. | |
bool | mds::img::saveGrayPNG (const CImage16 &Image, mds::mod::CChannel &Channel) |
Writes grayscale PNG image to a given output channel. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2007 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
File: mdsPNGBaseFunctions.h
Section: libImageIO
Date: 2007/06/12
Description: