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

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


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.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2007 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2007/06/12

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

Description: