MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Namespaces | Functions
mdsPNGBaseFunctions.h File Reference

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)
Copyright (c) 2003-2005 by Michal Spanel


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.

Detailed Description

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

Id:
mdsPNGBaseFunctions.h 1863 2010-08-31 20:40:15Z spanel

Description: