MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Namespaces | Functions
ImageFunctions/mdsConvolution.h File Reference

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

#include <MDSTk/Base/mdsAssert.h>
#include <MDSTk/Math/mdsBase.h>
#include "../mdsImageBase.h"
#include "../mdsKernel.h"
#include <cmath>
#include "mdsConvolution.hxx"

Namespaces

namespace  mds
 

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


namespace  mds::img

Functions

template<typename R , class I >
mds::img::convolve (const CImageBase< I > &Image, tSize x, tSize y, const CKernel2D &Kernel)
 Convolves image with a given 2D convolution kernel.
template<typename R , class I >
mds::img::convolve (const CImageBase< I > &Image, const CPoint3D &Point, const CKernel2D &Kernel)
 Convolves the image with a given 2D convolution kernel.
template<typename R , class I >
mds::img::convolveX (const CImageBase< I > &Image, tSize x, tSize y, const CKernel1D &Kernel)
 Convolves the image in the x-dimension with a given 1D kernel.
template<typename R , class I >
mds::img::convolveX (const CImageBase< I > &Image, const CPoint3D &Point, const CKernel1D &Kernel)
 Convolves the image in the x-dimension with a given 1D kernel.
template<typename R , class I >
mds::img::convolveY (const CImageBase< I > &Image, tSize x, tSize y, const CKernel1D &Kernel)
 Convolves the image in the y-dimension with a given 1D kernel.
template<typename R , class I >
mds::img::convolveY (const CImageBase< I > &Image, const CPoint3D &Point, const CKernel1D &Kernel)
 Convolves the image in the y-dimension with a given 1D kernel.

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/02/20

Id:
mdsConvolution.h 2084 2012-02-13 10:23:58Z spanel

Description: