MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Typedefs
mdsImage.h File Reference

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

#include <MDSTk/Base/mdsAssert.h>
#include <MDSTk/Base/mdsTypes.h>
#include <MDSTk/Base/mdsMemory.h>
#include <MDSTk/Base/mdsRefData.h>
#include <MDSTk/Base/mdsSharedPtr.h>
#include <MDSTk/Base/mdsRange.h>
#include <MDSTk/Math/mdsBase.h>
#include <MDSTk/Module/mdsSerializer.h>
#include "mdsImageBase.h"
#include "mdsImageIterator.h"
#include "mdsImageFunctional.h"
#include "mdsImageView.h"
#include "mdsPixelConversions.h"
#include "mdsColor.h"
#include "mdsImage.hxx"

Classes

class  mds::img::CImage< T, Allocator >
 Class template representing 2D image data. More...
struct  mds::img::CImageTraits< CImage< T, A > >

Namespaces

namespace  mds
 

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


namespace  mds::img

Typedefs

typedef CImage< tComplexPixel > mds::img::CComplexImage
 Complex image.
typedef CComplexImage::tSmartPtr mds::img::CComplexImagePtr
 Smart pointer to complex image.
typedef CImage< tDensityPixel > mds::img::CDImage
 Density image.
typedef CDImage::tSmartPtr mds::img::CDImagePtr
 Smart pointer to density image.
typedef CImage< tFloatPixel > mds::img::CFImage
 Float image.
typedef CFImage::tSmartPtr mds::img::CFImagePtr
 Smart pointer to float image.
typedef CImage< tPixel16 > mds::img::CImage16
 Grayscale image, 16-bits per pixel.
typedef CImage16::tSmartPtr mds::img::CImage16Ptr
 Smart pointer to grayscale image, 16-bit per pixel.
typedef CImage< tPixel32 > mds::img::CImage32
 Grayscale image, 32-bits per pixel.
typedef CImage32::tSmartPtr mds::img::CImage32Ptr
 Smart pointer to grayscale image, 32-bit per pixel.
typedef CImage< tPixel8 > mds::img::CImage8
 Grayscale image, 8-bits per pixel.
typedef CImage8::tSmartPtr mds::img::CImage8Ptr
 Smart pointer to grayscale image, 8-bit per pixel.
typedef CImage< tRGBPixel > mds::img::CRGBImage
 Color RGB image.
typedef CRGBImage::tSmartPtr mds::img::CRGBImagePtr
 Smart pointer to color RGB image.

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2003/12/08

Id:
mdsImage.h 2099 2012-02-17 00:24:16Z spanel

Description: