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

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

#include <MDSTk/Base/mdsSetup.h>
#include <MDSTk/Base/mdsAssert.h>
#include <MDSTk/Base/mdsTypes.h>
#include <MDSTk/Base/mdsMemory.h>
#include <MDSTk/Base/mdsSharedPtr.h>
#include <MDSTk/Math/mdsBase.h>
#include <MDSTk/Module/mdsSerializer.h>
#include "mdsImageBase.h"
#include "mdsImageIterator.h"
#include "mdsImageFunctional.h"
#include "mdsImageView.h"
#include "mdsPoint3.h"
#include "mdsPixelConversions.h"
#include "mdsColor.h"
#include "mdsCvImageRef.h"
#include <cv.h>
#include "mdsCvImage.hxx"

Classes

struct  mds::img::CImageTraits< CvImage< T > >
class  mds::img::CvImage< T >
 Class template providing basic image operations. More...

Namespaces

namespace  mds
 

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


namespace  mds::img

Typedefs

typedef CvImage< tComplexPixel > mds::img::CvComplexImage
 Complex image.
typedef CvComplexImage::tSmartPtr mds::img::CvComplexImagePtr
 Smart pointer to complex image.
typedef CvImage< tDensityPixel > mds::img::CvDImage
 Density image.
typedef CvDImage::tSmartPtr mds::img::CvDImagePtr
 Smart pointer to density image.
typedef CvImage< tFloatPixel > mds::img::CvFImage
 Float image.
typedef CvFImage::tSmartPtr mds::img::CvFImagePtr
 Smart pointer to float image.
typedef CvImage< tPixel16 > mds::img::CvImage16
 Grayscale image, 16-bits per pixel.
typedef CvImage16::tSmartPtr mds::img::CvImage16Ptr
 Smart pointer to grayscale image, 16-bit per pixel.
typedef CvImage< tPixel32 > mds::img::CvImage32
 Grayscale image, 32-bits per pixel.
typedef CvImage32::tSmartPtr mds::img::CvImage32Ptr
 Smart pointer to grayscale image, 32-bit per pixel.
typedef CvImage< tPixel8 > mds::img::CvImage8
 Grayscale image, 8-bits per pixel.
typedef CvImage8::tSmartPtr mds::img::CvImage8Ptr
 Smart pointer to grayscale image, 8-bit per pixel.
typedef CvImage< tRGBPixel > mds::img::CvRGBImage
 Color RGB image.
typedef CvRGBImage::tSmartPtr mds::img::CvRGBImagePtr
 Smart pointer to color RGB image.

Functions

 mds::img::MDS_SPECIALIZE_ENTITY_COMPRESSION (CvImage< tDensityPixel >, mds::mod::CC_DENSITY)

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2010/01/18

Id:
mdsCvImage.h 2113 2012-02-20 08:38:12Z spanel

Description: