MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Functions
ImageFunctions/mdsConvolution.hxx File Reference

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

Functions

template<typename R , class I >
convolve (const CImageBase< I > &Image, tSize x, tSize y, const CKernel2D &Kernel)
template<typename R , class I >
convolve (const CImageBase< I > &Image, const CPoint3D &Point, const CKernel2D &Kernel)
template<typename R , class I >
convolveX (const CImageBase< I > &Image, tSize x, tSize y, const CKernel1D &Kernel)
template<typename R , class I >
convolveX (const CImageBase< I > &Image, const CPoint3D &Point, const CKernel1D &Kernel)
template<typename R , class I >
convolveY (const CImageBase< I > &Image, tSize x, tSize y, const CKernel1D &Kernel)
template<typename R , class I >
convolveY (const CImageBase< I > &Image, const CPoint3D &Point, const CKernel1D &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.hxx 2084 2012-02-13 10:23:58Z spanel

Description:


Function Documentation

template<typename R , class I >
R convolve ( const CImageBase< I > &  Image,
tSize  x,
tSize  y,
const CKernel2D &  Kernel 
)
template<typename R , class I >
R convolve ( const CImageBase< I > &  Image,
const CPoint3D &  Point,
const CKernel2D &  Kernel 
)
template<typename R , class I >
R convolveX ( const CImageBase< I > &  Image,
tSize  x,
tSize  y,
const CKernel1D &  Kernel 
)
template<typename R , class I >
R convolveX ( const CImageBase< I > &  Image,
const CPoint3D &  Point,
const CKernel1D &  Kernel 
)
template<typename R , class I >
R convolveY ( const CImageBase< I > &  Image,
tSize  x,
tSize  y,
const CKernel1D &  Kernel 
)
template<typename R , class I >
R convolveY ( const CImageBase< I > &  Image,
const CPoint3D &  Point,
const CKernel1D &  Kernel 
)