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/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::loadColorJPEG (CRGBImage &Image, mds::mod::CChannel &Channel) |
Reads full color JPEG image from a given input channel. | |
bool | mds::img::loadGrayJPEG (CImage8 &Image, mds::mod::CChannel &Channel) |
Reads grayscale JPEG image from a given input channel. | |
bool | mds::img::saveColorJPEG (const CRGBImage &Image, mds::mod::CChannel &Channel, int iQuality=128) |
Writes full color JPEG image to a given output channel. | |
bool | mds::img::saveGrayJPEG (const CImage8 &Image, mds::mod::CChannel &Channel, int iQuality=128) |
Writes grayscale JPEG 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
Date: 2007/06/12
Description: