MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
More...
#include <MDSTk/Base/mdsAssert.h>
#include <MDSTk/Base/mdsTypes.h>
#include <MDSTk/Base/mdsSharedPtr.h>
#include "mdsImageBase.h"
#include "Filters/mdsGaussian.h"
#include <vector>
#include "mdsPyramid.hxx"
Classes | |
class | mds::img::CPyramid< I > |
Template providing pyramidal image representation. More... | |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
Typedefs | |
typedef CPyramid< CDImage > | mds::img::CDImagePyramid |
Pyramid of the density image. | |
typedef CDImagePyramid::tSmartPtr | mds::img::CDImagePyramidPtr |
Pyramid of the density image. | |
typedef CPyramid< CFImage > | mds::img::CFImagePyramid |
Pyramid of the float image. | |
typedef CFImagePyramid::tSmartPtr | mds::img::CFImagePyramidPtr |
Pyramid of the float image. | |
typedef CPyramid< CImage16 > | mds::img::CImage16Pyramid |
Pyramid of the grayscale image, 16-bits per pixel. | |
typedef CImage16Pyramid::tSmartPtr | mds::img::CImage16PyramidPtr |
Pyramid of the grayscale image, 16-bits per pixel. | |
typedef CPyramid< CImage8 > | mds::img::CImage8Pyramid |
Pyramid of the grayscale image, 8-bits per pixel. | |
typedef CImage8Pyramid::tSmartPtr | mds::img::CImage8PyramidPtr |
Pyramid of the grayscale image, 8-bits per pixel. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/04/20
Description: