MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
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) | |
namespace | mds::img |
Functions | |
template<typename R , class I > | |
R | 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 > | |
R | 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 > | |
R | 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 > | |
R | 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 > | |
R | 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 > | |
R | 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. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/02/20
Description: