MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Variables
Image/Filters/mdsLog.h File Reference

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 "mdsLoG.hxx"

Classes

class  mds::img::CLoGFilter< I, N >
 Laplacian of Gaussian image filter. More...

Namespaces

namespace  mds
 

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


namespace  mds::img
namespace  mds::img::log_filter

Variables

const double mds::img::log_filter::NEG_INV_PI = -1.0 / mds::math::PI
 Constant -1 / pi.
const double mds::img::log_filter::SIGMA2SIZE = 5.0
 Conversion of the filter standard deviation to the kernel size.
const double mds::img::log_filter::SIZE2SIGMA = 1 / 5.0
 Conversion of the kernel size to the standard deviation.

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2005/09/08

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

Description: