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/Math/mdsBase.h>
#include "../mdsImageFilter.h"
#include "../mdsImageFunctions.h"
#include "../mdsKernel.h"
#include <cmath>
#include "mdsGaussian.hxx"
Classes | |
class | mds::img::CGaussFilter< I > |
Gaussian smoothing filter. More... | |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
namespace | mds::img::gaussian |
Variables | |
const double | mds::img::gaussian::INV_TWO_PI = 1.0 / mds::math::TWO_PI |
Constant 1 / (2 * pi). | |
const double | mds::img::gaussian::SIGMA2SIZE = 5.0 |
Conversion of the filter standard deviation to the kernel size. | |
const double | mds::img::gaussian::SIZE2SIGMA = 1 / 5.0 |
Conversion of the kernel size to the standard deviation. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2005/09/08
Description: